Skip to content

Commit

Permalink
Merge pull request ComplianceAsCode#6450 from JAORMX/kube-template-ke…
Browse files Browse the repository at this point in the history
…rn-arg

kubernetes: Fix kernel argument template
  • Loading branch information
JAORMX committed Dec 3, 2020
2 parents b4695a8 + 13eb2fc commit 06913d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
default_result: FAIL
result_after_remediation: PASS
2 changes: 1 addition & 1 deletion shared/templates/coreos_kernel_option/kubernetes.template
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ apiVersion: machineconfiguration.openshift.io/v1
kind: MachineConfig
spec:
kernelArguments:
- {{ ARG_NAME }}={{ ARG_VALUE }}
- {{{ ARG_NAME }}}={{{ ARG_VALUE }}}

0 comments on commit 06913d7

Please sign in to comment.