upd reporter monitoring conditions

This commit is contained in:
Oleksandr Saulyak 2024-08-16 07:04:38 +03:00 committed by GitHub
parent d6ffccd2e6
commit 493fa4294f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
{{- if and .Values.eventReporter.metrics.enabled }}
{{- if .Values.eventReporter.metrics.enabled }}
apiVersion: v1
kind: Service
metadata:

View file

@ -1,4 +1,4 @@
{{- if and .Values.global.networkPolicy.create }}
{{- if .Values.global.networkPolicy.create }}
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:

View file

@ -1,4 +1,4 @@
{{- if and .Values.eventReporter.pdb.enabled }}
{{- if .Values.eventReporter.pdb.enabled }}
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:

View file

@ -1,4 +1,4 @@
{{- if and .Values.eventReporter.serviceAccount.create }}
{{- if .Values.eventReporter.serviceAccount.create }}
apiVersion: v1
kind: ServiceAccount
automountServiceAccountToken: {{ .Values.eventReporter.serviceAccount.automountServiceAccountToken }}