rename argo to replace

This commit is contained in:
Jan Husak
2025-04-11 13:21:23 +02:00
parent 2607a25784
commit 4f1391c729
165 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
{{- if and .Values.global.networkPolicy.create .Values.global.networkPolicy.defaultDenyIngress }}
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
labels:
{{- include "argo-cd.labels" (dict "context" .) | nindent 4 }}
name: {{ template "argo-cd.fullname" . }}-default-deny
namespace: {{ include "argo-cd.namespace" . }}
spec:
podSelector: {}
policyTypes:
- Ingress
{{- end }}