Skip to content

Commit

Permalink
feat: support arbitrary uid for openshift environments
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Kleinlercher <johannes@kleinlercher.at>
  • Loading branch information
jkleinlercher committed May 26, 2023
1 parent 5cf4fc5 commit 44725d9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions charts/k8sgpt/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,13 @@ spec:
name: ai-backend-secret
key: secret-key
{{- end }}
- name: XDG_CONFIG_HOME
value: /k8sgpt-config/
- name: XDG_CACHE_HOME
value: /k8sgpt-config/
volumeMounts:
- mountPath: /k8sgpt-config
name: config
volumes:
- emptyDir: {}
name: config

0 comments on commit 44725d9

Please sign in to comment.