We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccef493 commit a6822afCopy full SHA for a6822af
1 file changed
helm-chart/renku/templates/data-service/deployment_k8s_watcher.yaml
@@ -69,6 +69,15 @@ spec:
69
value: {{ .Values.dataService.k8sWatcher.sentry.environment | quote }}
70
- name: SENTRY_SAMPLE_RATE
71
value: {{ .Values.dataService.k8sWatcher.sentry.sampleRate | quote }}
72
+ - name: AUTHZ_DB_HOST
73
+ value: {{ include "renku.fullname" . }}-authz
74
+ - name: AUTHZ_DB_KEY
75
+ valueFrom:
76
+ secretKeyRef:
77
+ name: {{ template "renku.fullname" . }}-authz
78
+ key: SPICEDB_GRPC_PRESHARED_KEY
79
+ - name: AUTHZ_DB_GRPC_PORT
80
+ value: "50051"
81
{{- if .Values.dataService.remoteClustersKubeconfigSecretName }}
82
- name: K8S_CONFIGS_ROOT
83
value: "/secrets/kube_configs"
0 commit comments