Skip to content

Commit

Permalink
fix helm chart
Browse files Browse the repository at this point in the history
Signed-off-by: Lance-Drane <[email protected]>
  • Loading branch information
Lance-Drane committed Aug 14, 2024
1 parent cc08631 commit 4d601f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ repos:
rev: v4.5.0
hooks:
- id: check-yaml
exclude: templates/
args: ['--unsafe']
- id: check-toml
- id: end-of-file-fixer
Expand Down
10 changes: 5 additions & 5 deletions charts/broker-2-http/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
{{- end }}
{{- if .Values.commonLabels }}
{{- include "common.tplvalues.render" ( dict "value" .Values.commonLabels "context" $ ) | nindent 8 }}
{{- end }}
{{- end }}
spec:
serviceAccountName: {{ template "intersect-broker-2-http.serviceAccountName" . }}
{{- include "intersect-broker-2-http.imagePullSecrets" . | nindent 6 }}
Expand Down Expand Up @@ -110,14 +110,14 @@ spec:
value: {{ .Values.app.broker.host | quote }}
- name: PROXYAPP_BROKER__PORT
value: {{ .Values.app.broker.port | quote }}
- name: PROXYAPP_APP_PORT
- name: PROXYAPP_PORT
value: {{ .Values.containerPort | quote }}
- name: PROXYAPP_TOPIC_PREFIX
value: {{ required "app.topic_prefix not set (i.e. 'organization.facility.system')" .Values.app.topic_prefix | quote }}
- name: PROXYAPP_APP_USERNAME
- name: PROXYAPP_USERNAME
value: {{ .Values.app.username | quote }}
- name: PROXYAPP_APP_PASSWORD
value: {{ .Values.app.password | quote }}
- name: PROXYAPP_PASSWORD
value: {{ .Values.app.password | quote }}
envFrom:
{{- if .Values.extraEnvVarsCM }}
- configMapRef:
Expand Down

0 comments on commit 4d601f8

Please sign in to comment.