Skip to content

Commit

Permalink
Fix charts (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
shafeeqes authored Oct 25, 2023
1 parent 96c4db2 commit 3a71b05
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- if .Values.global.psp.enabled }}
apiVersion: {{ include "podsecuritypolicyversion" .}}
apiVersion: policy/v1beta1
kind: PodSecurityPolicy
metadata:
annotations:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- if and .Values.global.prometheus.enabled (.Values.global.prometheus.serviceMonitor.enabled) }}
apiVersion: {{ include "servicemonitoringversion" .}}
apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
name: cilium-agent
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- if .Values.global.psp.enabled }}
apiVersion: {{ include "podsecuritypolicyversion" .}}
apiVersion: policy/v1beta1
kind: PodSecurityPolicy
metadata:
annotations:
Expand Down Expand Up @@ -49,7 +49,7 @@ subjects:
namespace: {{ .Release.Namespace }}
---
# hubble-generate-certs
apiVersion: {{ include "podsecuritypolicyversion" .}}
apiVersion: policy/v1beta1
kind: PodSecurityPolicy
metadata:
annotations:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- if .Values.global.psp.enabled }}
apiVersion: {{ include "podsecuritypolicyversion" .}}
apiVersion: policy/v1beta1
kind: PodSecurityPolicy
metadata:
annotations:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- if and .Values.global.prometheus.enabled (.Values.global.prometheus.serviceMonitor.enabled) }}
apiVersion: {{ include "servicemonitoringversion" .}}
apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
name: cilium-operator
Expand Down

0 comments on commit 3a71b05

Please sign in to comment.