Skip to content

Commit

Permalink
newlines matter (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Aug 22, 2024
1 parent b564b08 commit b2f6e4b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion clabverter/assets/namespace.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ kind: Namespace
metadata:
name: {{ .Name }}
labels:
pod-security.kubernetes.io/enforce: privileged
pod-security.kubernetes.io/enforce: privileged
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ kind: Namespace
metadata:
name: c9s-topo01
labels:
pod-security.kubernetes.io/enforce: privileged
pod-security.kubernetes.io/enforce: privileged
2 changes: 1 addition & 1 deletion clabverter/test-fixtures/golden/simple/_topo01-ns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ kind: Namespace
metadata:
name: notclabernetes
labels:
pod-security.kubernetes.io/enforce: privileged
pod-security.kubernetes.io/enforce: privileged

0 comments on commit b2f6e4b

Please sign in to comment.