-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Exposing values to enable users to manage the SecurityProfilesOperato…
…rDaemon config Exposing values to enable users to manage the SecurityProfilesOperatorDaemon config Removed empty line Removed empty line Removed configuration section from static-resources file and created a new file under templates
- Loading branch information
1 parent
3e42cf0
commit 022bd4f
Showing
2 changed files
with
15 additions
and
0 deletions.
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,11 @@ | ||
apiVersion: security-profiles-operator.x-k8s.io/v1alpha1 | ||
kind: SecurityProfilesOperatorDaemon | ||
metadata: | ||
labels: | ||
app: security-profiles-operator | ||
name: spod | ||
namespace: security-profiles-operator | ||
spec: | ||
enableSelinux: {{ .Values.enableSelinux }} | ||
enableLogEnricher: {{ .Values.enableLogEnricher }} | ||
enableAppArmor: {{ .Values.enableAppArmor }} |
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