Skip to content

Commit

Permalink
fix: fix spaces
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Lindamood <[email protected]>
  • Loading branch information
Jack Lindamood committed May 19, 2024
1 parent e243dd3 commit 48a1349
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions charts/coredns/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ annotations:
description: Ignore duplicate strings in the fullname helper template
- kind: removed
description: Removed deprecated "engine: gotpl" from the Chart.yaml
- kind: added
description: Ability to skip configmap management
2 changes: 1 addition & 1 deletion charts/coredns/templates/configmap.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if .Values.deployment.enabled }}
{{- if .Values.deployment.enabled }}
{{- if not .Values.deployment.skipConfig }}
---
apiVersion: v1
Expand Down

0 comments on commit 48a1349

Please sign in to comment.