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
|
cleanupOnFail: true
|
||||||
remediation:
|
remediation:
|
||||||
retries: 3
|
retries: 3
|
||||||
strategy: rollback
|
strategy: uninstall
|
||||||
values:
|
values:
|
||||||
controllers:
|
controllers:
|
||||||
radarr:
|
radarr:
|
||||||
|
@ -41,20 +41,10 @@ spec:
|
||||||
RADARR__LOG__LEVEL: info
|
RADARR__LOG__LEVEL: info
|
||||||
RADARR__SERVER__PORT: &port 80
|
RADARR__SERVER__PORT: &port 80
|
||||||
RADARR__UPDATE__BRANCH: develop
|
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
|
TZ: America/Chicago
|
||||||
envFrom:
|
envFrom:
|
||||||
|
- secretRef:
|
||||||
|
name: radarr-secret
|
||||||
- secretRef:
|
- secretRef:
|
||||||
name: radarr-db-secret
|
name: radarr-db-secret
|
||||||
probes:
|
probes:
|
||||||
|
|
Loading…
Reference in a new issue