Skip to content

Commit

Permalink
Fix Helm syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
anayden committed Jun 29, 2022
1 parent 013c6cb commit 49e47e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/platform-registry/templates/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ spec:
{{- if .Values.cors.origins }}
- name: NP_CORS_ORIGINS
value: {{ .Values.cors.origins | join "," | quote }}
{{- end }}
{{- if eq .Values.upstreamRegistry.type "basic" }}
- name: NP_REGISTRY_UPSTREAM_BASIC_USERNAME
{{- if .Values.upstreamRegistry.basicUsername }}
Expand Down

0 comments on commit 49e47e5

Please sign in to comment.