Skip to content

Commit

Permalink
chore(helm): fix typo in required value in cp deployment (#337)
Browse files Browse the repository at this point in the history
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 16, 2023
1 parent 6932a70 commit 0bb4e23
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 0bb4e23

Please sign in to comment.