Skip to content

Commit

Permalink
fix: Fix env format
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Christie committed Jan 8, 2025
1 parent fac66d3 commit 210cc6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion roles/fragalysis-stack/templates/statefulset-stack.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ spec:
{% endif %}
{% if stack_disable_restrict_proposals_to_membership|bool %}
- name: DISABLE_RESTRICT_PROPOSALS_TO_MEMBERSHIP
- value: 'True'
value: 'True'
{% endif %}
{% if not stack_authenticate_upload|bool %}
- name: AUTHENTICATE_UPLOAD
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ spec:
{% endif %}
{% if stack_disable_restrict_proposals_to_membership|bool %}
- name: DISABLE_RESTRICT_PROPOSALS_TO_MEMBERSHIP
- value: 'True'
value: 'True'
{% endif %}
{% if not stack_authenticate_upload|bool %}
- name: AUTHENTICATE_UPLOAD
Expand Down

0 comments on commit 210cc6b

Please sign in to comment.