Skip to content

Commit

Permalink
fix(jupyterhub): set up ignoreDifferences for appto stop argo badly c…
Browse files Browse the repository at this point in the history
…omputing diff (#189)
  • Loading branch information
alee-x authored Jan 25, 2024
1 parent 88f416c commit cf13344
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions charts/teleport/templates/application/app-jupyter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,24 @@ spec:
prune: true
syncOptions:
- CreateNamespace=true
- RespectIgnoreDifferences=true
ignoreDifferences:
- kind: Secret
name: hub
jsonPointers:
- /data/hub.config.CryptKeeper.keys
- /data/hub.config.JupyterHub.cookie_secret
- /data/hub.config.ConfigurableHTTPProxy.auth_token
- group: apps
kind: Deployment
name: hub
jsonPointers:
- /spec/template/metadata/annotations/checksum~1secret
- group: apps
kind: Deployment
name: proxy
jsonPointers:
- /spec/template/metadata/annotations/checksum~1auth-token
source:
{{- .Values.appJupyter.source | toYaml | nindent 4 }}
helm:
Expand Down

0 comments on commit cf13344

Please sign in to comment.