revert
This commit is contained in:
parent
c8b07d60c7
commit
b4ecf685c3
1 changed files with 3 additions and 13 deletions
|
@ -21,7 +21,7 @@ spec:
|
|||
cleanupOnFail: true
|
||||
remediation:
|
||||
retries: 3
|
||||
strategy: rollback
|
||||
strategy: uninstall
|
||||
values:
|
||||
controllers:
|
||||
radarr:
|
||||
|
@ -41,20 +41,10 @@ spec:
|
|||
RADARR__LOG__LEVEL: info
|
||||
RADARR__SERVER__PORT: &port 80
|
||||
RADARR__UPDATE__BRANCH: develop
|
||||
PUSHOVER_TOKEN:
|
||||
secretKeyRef:
|
||||
name: radarr-secret
|
||||
key: PUSHOVER_TOKEN
|
||||
PUSHOVER_USER_KEY:
|
||||
secretKeyRef:
|
||||
name: radarr-secret
|
||||
key: PUSHOVER_USER_KEY
|
||||
RADARR__AUTH__APIKEY:
|
||||
secretKeyRef:
|
||||
name: radarr-secret
|
||||
key: RADARR__AUTH__APIKEY
|
||||
TZ: America/Chicago
|
||||
envFrom:
|
||||
- secretRef:
|
||||
name: radarr-secret
|
||||
- secretRef:
|
||||
name: radarr-db-secret
|
||||
probes:
|
||||
|
|
Loading…
Reference in a new issue