feat: support arbitrary uid for openshift environments (#454)

Signed-off-by: Johannes Kleinlercher <johannes@kleinlercher.at>
Co-authored-by: Alex Jones <alexsimonjones@gmail.com>
This commit is contained in:
Johannes Kleinlercher
2023-06-06 09:19:13 +02:00
committed by GitHub
parent 705b54fcd3
commit 92539ee05d

View File

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