Skip to content

Commit

Permalink
fix: update certificate approval command condition in NOTES.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
konstan committed Nov 30, 2024
1 parent 90357f4 commit ebd1938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The NuvlaEdge has just been installed on your Kubernetes node {{ .Values.kuberne
for the certificate used to manage the NuvlaEdge instance please run the
following command as system admin of the K8s cluster:{{printf "\n\n" }}

{{- if .Values.SET_MULTIPLE -}}
{{- if eq .Values.credManager.csr_name "nuvlaedge-csr" -}}
kubectl certificate approve {{ .Values.credManager.csr_name }}{{ printf "-" }}{{ include "nuvlaedge.uuid" . }}{{printf "\n\n" }}
{{- else -}}
kubectl certificate approve {{ .Values.credManager.csr_name }}{{printf "\n\n" }}
Expand Down

0 comments on commit ebd1938

Please sign in to comment.