fix: fix kyverno object exapnsion esacpes
This commit is contained in:
@@ -10,17 +10,16 @@ spec:
|
||||
k8s:io.kubernetes.pod.namespace: dapr-system
|
||||
- toEndpoints:
|
||||
- matchLabels:
|
||||
k8s:io.kubernetes.pod.namespace: {{ .Values.rabbitmq.namespace | default "rabbitmq" }}
|
||||
k8s:io.kubernetes.pod.namespace: rabbitmq
|
||||
- toEndpoints:
|
||||
- matchLabels:
|
||||
k8s:io.kubernetes.pod.namespace: {{ .Values.tracing.namespace | default "otel" }}
|
||||
k8s:io.kubernetes.pod.namespace: otel
|
||||
- toFQDNs:
|
||||
- matchName: dapr.github.io
|
||||
- matchName: analytics.loft.rocks
|
||||
- matchPattern: '*.oceanbox.io'
|
||||
# - matchName: gitlab.com
|
||||
# - matchName: api.github.com
|
||||
- matchPattern: "*.k1.itpartner.no"
|
||||
- matchPattern: '*.oceanbox.io'
|
||||
# - matchPattern: '*.gitlab.com'
|
||||
endpointSelector:
|
||||
matchLabels: {}
|
||||
|
||||
Reference in New Issue
Block a user