We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 25e2b71 + 981a6d3 commit bd68a6eCopy full SHA for bd68a6e
modules/compliance-unapplying.adoc
@@ -7,11 +7,12 @@
7
It might be required to unapply a remediation that was previously applied.
8
9
.Procedure
10
-. Toggle the flag to `false`:
+. Set the `apply` flag to `false`:
11
+
12
[source,terminal]
13
----
14
-$ oc patch complianceremediations/<scan_name>-sysctl-net-ipv4-conf-all-accept-redirects
+$ oc patch complianceremediations/<scan_name>-sysctl-net-ipv4-conf-all-accept-redirects -p '{"spec":{"apply":false}}' --type=merge
15
16
17
18
. The remediation status will change to `NotApplied` and the composite `MachineConfig` object would be re-rendered to not include the remediation.
0 commit comments