Skip to content

Commit

Permalink
[archer] fix macro environment
Browse files Browse the repository at this point in the history
  • Loading branch information
notandy committed May 24, 2024
1 parent b2d0762 commit ad47f3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openstack/archer/templates/deployment-f5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
- name: NAMESPACE
value: "monsoon3"
- name: DEPENDENCY_JOBS
value: {{ include "archer.fullname" . }}-migration-{{ $.Values.image.tag | required ".Values.image.tag is required" }}
value: {{ include "archer.fullname" $ }}-migration-{{ $.Values.image.tag | required ".Values.image.tag is required" }}
- name: COMMAND
value: "true"
containers:
Expand Down

0 comments on commit ad47f3e

Please sign in to comment.