Skip to content

Commit

Permalink
keep app configs in all members
Browse files Browse the repository at this point in the history
  • Loading branch information
iosdev747 committed Sep 16, 2024
1 parent 45c8415 commit 4f390b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/helm/varadhi/templates/app-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ metadata:
component: {{ .Values.deployment.name }}
data:
configuration.yml: |
{{- if eq .Values.deployment.name "server" }}
{{- if or (eq .Values.deployment.name "server") (eq .Values.deployment.name "controller") (eq .Values.deployment.name "consumer") }}
{{ include "configMap.varadhi.server" . | nindent 4 }}
{{- end }}

0 comments on commit 4f390b1

Please sign in to comment.