Skip to content

Commit f8b5da0

Browse files
committed
add finalizer explanation
1 parent 5b35e5d commit f8b5da0

4 files changed

Lines changed: 4 additions & 0 deletions

File tree

demos/argo-cd-git-ops/applications/airflow-postgres.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ apiVersion: argoproj.io/v1alpha1
33
kind: Application
44
metadata:
55
name: airflow-postgres
6+
# Finalizer needed so resources created by the Application are deleted when the Application gets removed
67
finalizers:
78
- resources-finalizer.argocd.argoproj.io
89
spec:

demos/argo-cd-git-ops/applications/airflow.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ apiVersion: argoproj.io/v1alpha1
33
kind: Application
44
metadata:
55
name: airflow
6+
# Finalizer needed so resources created by the Application are deleted when the Application gets removed
67
finalizers:
78
- resources-finalizer.argocd.argoproj.io
89
spec:

demos/argo-cd-git-ops/applications/minio.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ apiVersion: argoproj.io/v1alpha1
33
kind: Application
44
metadata:
55
name: minio
6+
# Finalizer needed so resources created by the Application are deleted when the Application gets removed
67
finalizers:
78
- resources-finalizer.argocd.argoproj.io
89
spec:

stacks/argo-cd-git-ops/applications/sealed-secrets.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ apiVersion: argoproj.io/v1alpha1
33
kind: Application
44
metadata:
55
name: sealed-secrets
6+
# Finalizer needed so resources created by the Application are deleted when the Application gets removed
67
finalizers:
78
- resources-finalizer.argocd.argoproj.io
89
spec:

0 commit comments

Comments
 (0)