-
Notifications
You must be signed in to change notification settings - Fork 345
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
include kubearmor installation via helm
With this PR KubeArmor will be installed with default configurations with the operator by a single helm install command. Signed-off-by: Ankur Kothiwal <[email protected]>
- Loading branch information
Showing
7 changed files
with
37 additions
and
40 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
File renamed without changes.
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
15 changes: 15 additions & 0 deletions
15
deployments/helm/KubeArmorOperator/templates/ka-config.yaml
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,15 @@ | ||
apiVersion: operator.kubearmor.com/v1 | ||
kind: KubeArmorConfig | ||
metadata: | ||
annotations: | ||
"helm.sh/hook": post-install,post-upgrade | ||
labels: | ||
app.kubernetes.io/name: kubearmorconfig | ||
app.kubernetes.io/instance: kubearmorconfig-sample | ||
app.kubernetes.io/part-of: kubearmoroperator | ||
app.kubernetes.io/managed-by: kustomize | ||
app.kubernetes.io/created-by: kubearmoroperator | ||
name: kubearmor | ||
namespace: {{ .Release.Namespace }} | ||
spec: | ||
{{- toYaml .Values.kubearmorOperator.configSpec | nindent 4}} |
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
This file was deleted.
Oops, something went wrong.