Skip to content

Commit

Permalink
Trying to solve the env mystery. 2.
Browse files Browse the repository at this point in the history
  • Loading branch information
giovannibianco committed Dec 13, 2023
1 parent 2483b43 commit 0cd3c19
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions helm/templates/kubernetes-credentials-manager-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ spec:
value: "{{ .Values.credManager.wait_approved_sec }}"
- name: CSR_NAME
value: {{ .Values.credManager.csr_name }}
- name: NUVLAEDGE_UUID
value: {{ .Values.NUVLAEDGE_UUID }}
- name: MY_NAMESPACE
value: {{ include "nuvlaedge.namespace" . }}
volumes:
- name: nuvlaedge-db
hostPath:
Expand Down

0 comments on commit 0cd3c19

Please sign in to comment.