Skip to content

Commit

Permalink
chore(helm): fix typo in required value in cp deployment (eclipse-tra…
Browse files Browse the repository at this point in the history
…ctusx#337)

In the controlplane deploment a required value was misspelled.

Signed-off-by: Marco Lecheler <[email protected]>
  • Loading branch information
fty4 authored and paullatzelsperger committed May 11, 2023
1 parent e51cbe7 commit de80028
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ spec:
# API #
#######
- name: "EDC_API_AUTH_KEY"
value: {{ .Values.controlplane.endpoints.management.authKey | required ".Values.controlplane.endpoints.mangement.authKey is required" | quote }}
value: {{ .Values.controlplane.endpoints.management.authKey | required ".Values.controlplane.endpoints.management.authKey is required" | quote }}
- name: "WEB_HTTP_DEFAULT_PORT"
value: {{ .Values.controlplane.endpoints.default.port | quote }}
- name: "WEB_HTTP_DEFAULT_PATH"
Expand Down

0 comments on commit de80028

Please sign in to comment.