Update 2 files

- /durpapi/templates/secrets.yaml
- /durpapi/Chart.yaml
This commit is contained in:
2023-06-24 17:47:25 +00:00
parent 779af328e8
commit a379866e41
2 changed files with 2 additions and 25 deletions

View File

@@ -8,5 +8,5 @@ appVersion: 0.0.1
dependencies:
- name: durpapi
repository: https://gitlab.com/api/v4/projects/45025483/packages/helm/stable
version: 0.1.0-dev0081
version: 0.1.0-dev0089

View File

@@ -21,30 +21,7 @@ spec:
remoteRef:
key: secrets/durpapi/unraid
property: UNRAID_URI
- secretKey: jwtToken
remoteRef:
key: secrets/durpapi/jwtToken
property: jwtToken
- secretKey: AuthURL
remoteRef:
key: secrets/durpapi/auth
property: AuthURL
- secretKey: ClientID
remoteRef:
key: secrets/durpapi/auth
property: ClientID
- secretKey: ClientSecret
remoteRef:
key: secrets/durpapi/auth
property: ClientSecret
- secretKey: RedirectURL
remoteRef:
key: secrets/durpapi/auth
property: RedirectURL
- secretKey: TokenURL
remoteRef:
key: secrets/durpapi/auth
property: TokenURL
---