Skip to content

Commit

Permalink
prepare patch job
Browse files Browse the repository at this point in the history
  • Loading branch information
eumel8 committed Sep 21, 2023
1 parent 15be971 commit b247575
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/patch-job.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{{ if .Values.caas.patchjob.enabled }}
---
apiVersion: v1
kind: ConfigMap
Expand Down Expand Up @@ -92,3 +93,4 @@ spec:
defaultMode: 0755
name: project-monitoring-patch-job
name: project-monitoring-patch-job
{{ end }}
4 changes: 4 additions & 0 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
# Declare variables to be passed into your templates.

caas:
# patch job to set securityContect in Prometheus/Alertmanager statefulset
patchjob:
enabled: false
# create a namespaces ServiceAccount
rbac:
enabled: true
serviceAccount:
Expand Down

0 comments on commit b247575

Please sign in to comment.