Skip to content

Commit

Permalink
ack-resourcs: bugfix for using default
Browse files Browse the repository at this point in the history
  • Loading branch information
sungil committed Aug 9, 2023
1 parent 6784863 commit 673fc25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ack-resources/templates/buckets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
- key: services.tks/generator
value: tks.v2023.06.00
versioning:
status: {{ .versioning | default Disabled }}
status: {{ .versioning | default "Disabled" }}

{{- if .policy }}
policy: |
Expand Down

0 comments on commit 673fc25

Please sign in to comment.