forked from openshift/compliance-operator
-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix leftover reinit daemonset, when multiple reinit happened at the same time
- Loading branch information
1 parent
a35521c
commit 1d6c094
Showing
4 changed files
with
24 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Values defined in this file are specific to running the compliance-operator | ||
# on a Generic Kubernetes Cluster. All other values use the defaults defined in values.yaml. | ||
platform: generic | ||
nodeSelector: | ||
tolerations: null |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Values defined in this file are specific to running the compliance-operator | ||
# on HyperShift Hosted Cluster. All other values use the defaults defined in values.yaml. | ||
platform: hypershift | ||
nodeSelector: | ||
node-role.kubernetes.io/worker: "" | ||
tolerations: null |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters