Skip to content

Commit

Permalink
fix: use correct stack short name (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
hspitzley-czi authored Jun 17, 2024
1 parent 36f3e51 commit a7dd83d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stack/templates/context_configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ apiVersion: v1
metadata:
name: {{ .appContext.stackContextConfigMapName }}
data:
__ARGUS_STACK_NAME: $ARGOCD_APP_NAME
__ARGUS_STACK_NAME: {{ $global.Release.Name }}
__ARGUS_STACK_INGRESS_HOST: {{ .ingress.host }}
{{- end }}
{{- end }}

0 comments on commit a7dd83d

Please sign in to comment.