finalizers

This commit is contained in:
Danijel Simeunovic
2026-03-06 15:25:51 +01:00
parent 02b879b576
commit 4f4c26f58c
3 changed files with 5 additions and 0 deletions

View File

@@ -6,6 +6,8 @@ metadata:
labels:
app.kubernetes.io/name: infrastructure-apps
app.kubernetes.io/part-of: platform
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: default
source:

View File

@@ -21,6 +21,7 @@ Github()
{
echo "Installing secret..."
kubectl apply -f private/github.yaml
kubectl apply -f private/main.key
}
############################################################

View File

@@ -11,6 +11,8 @@ metadata:
app.kubernetes.io/name: enterprise-apps
app.kubernetes.io/part-of: enterprise
app.kubernetes.io/managed-by: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: default
source: