Skip to content

Commit

Permalink
explicitly non-optional
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Dec 2, 2024
1 parent 71cb0f8 commit 871ae55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions charts/cryostat/templates/cryostat_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -226,4 +226,5 @@ spec:
- name: {{ . }}
configMap:
name: {{ . }}
optional: false
{{- end }}
2 changes: 2 additions & 0 deletions charts/cryostat/tests/cryostat_deployment_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -538,6 +538,8 @@ tests:
- name: a
configMap:
name: a
optional: false
- name: b
configMap:
name: b
optional: false

0 comments on commit 871ae55

Please sign in to comment.