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

@@ -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
---