upd reporter monitoring conditions
This commit is contained in:
parent
d6ffccd2e6
commit
493fa4294f
4 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
{{- if and .Values.eventReporter.metrics.enabled }}
|
||||
{{- if .Values.eventReporter.metrics.enabled }}
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{{- if and .Values.global.networkPolicy.create }}
|
||||
{{- if .Values.global.networkPolicy.create }}
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: NetworkPolicy
|
||||
metadata:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{{- if and .Values.eventReporter.pdb.enabled }}
|
||||
{{- if .Values.eventReporter.pdb.enabled }}
|
||||
apiVersion: policy/v1
|
||||
kind: PodDisruptionBudget
|
||||
metadata:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{{- if and .Values.eventReporter.serviceAccount.create }}
|
||||
{{- if .Values.eventReporter.serviceAccount.create }}
|
||||
apiVersion: v1
|
||||
kind: ServiceAccount
|
||||
automountServiceAccountToken: {{ .Values.eventReporter.serviceAccount.automountServiceAccountToken }}
|
||||
|
|
Loading…
Reference in a new issue