Skip to content

Commit

Permalink
helm(fix): correct analysistemplate invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
BrendanGalloway committed Jul 4, 2023
1 parent eb261e5 commit 5a08a0c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ metadata:
deployEnv: "{{ .Values.deployEnv }}"
spec:
args:
- name: healthcheck-hostname
- name: revision
- name: deployment
- name: version
metrics:
- name: healthcheck-ready
provider:
Expand Down
4 changes: 2 additions & 2 deletions helm-chart/sefaria-project/templates/rollout/web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ spec:
{{- if eq .Values.sandbox "false" }}
postPromotionAnalysis:
templates:
- templateName: rollout-complete
- templateName: rollout-complete-{{ .Values.deployEnv }}
args:
- name: revision
value: "{{ .Release.Revision }}"
- name: deployEnv
- name: deployment
value: {{ .Values.deployEnv }}
- name: version
value: {{ .Values.web.containerImage.tag }}
Expand Down

0 comments on commit 5a08a0c

Please sign in to comment.