Add deletion finalizers
This commit is contained in:
parent
5e37beb9fb
commit
b40081eec7
@ -3,6 +3,8 @@ kind: Application
|
|||||||
metadata:
|
metadata:
|
||||||
name: cert-manager
|
name: cert-manager
|
||||||
namespace: argo
|
namespace: argo
|
||||||
|
finalizers:
|
||||||
|
- resources-finalizer.argocd.argoproj.io
|
||||||
spec:
|
spec:
|
||||||
project: default
|
project: default
|
||||||
|
|
||||||
@ -30,6 +32,8 @@ kind: Application
|
|||||||
metadata:
|
metadata:
|
||||||
name: prom-crds
|
name: prom-crds
|
||||||
namespace: argo
|
namespace: argo
|
||||||
|
finalizers:
|
||||||
|
- resources-finalizer.argocd.argoproj.io
|
||||||
spec:
|
spec:
|
||||||
project: default
|
project: default
|
||||||
|
|
||||||
@ -57,6 +61,8 @@ kind: Application
|
|||||||
metadata:
|
metadata:
|
||||||
name: prometheus-community
|
name: prometheus-community
|
||||||
namespace: argo
|
namespace: argo
|
||||||
|
finalizers:
|
||||||
|
- resources-finalizer.argocd.argoproj.io
|
||||||
spec:
|
spec:
|
||||||
project: default
|
project: default
|
||||||
|
|
||||||
@ -103,42 +109,44 @@ spec:
|
|||||||
prune: true
|
prune: true
|
||||||
syncOptions:
|
syncOptions:
|
||||||
- CreateNamespace=true
|
- CreateNamespace=true
|
||||||
# ---
|
---
|
||||||
# apiVersion: argoproj.io/v1alpha1
|
apiVersion: argoproj.io/v1alpha1
|
||||||
# kind: Application
|
kind: Application
|
||||||
# metadata:
|
metadata:
|
||||||
# name: grafana
|
name: grafana
|
||||||
# namespace: argo
|
namespace: argo
|
||||||
# spec:
|
finalizers:
|
||||||
# project: default
|
- resources-finalizer.argocd.argoproj.io
|
||||||
|
spec:
|
||||||
|
project: default
|
||||||
|
|
||||||
# source:
|
source:
|
||||||
# chart: grafana
|
chart: grafana
|
||||||
# repoURL: https://grafana.github.io/helm-charts
|
repoURL: https://grafana.github.io/helm-charts
|
||||||
# targetRevision: "6.49.0"
|
targetRevision: "6.49.0"
|
||||||
|
|
||||||
# helm:
|
helm:
|
||||||
# parameters:
|
parameters:
|
||||||
# - name: image.tag
|
- name: image.tag
|
||||||
# value: "9.3.2"
|
value: "9.3.2"
|
||||||
# - name: ingress.enabled
|
- name: ingress.enabled
|
||||||
# value: "true"
|
value: "true"
|
||||||
# - name: ingress.hosts[0]
|
- name: ingress.hosts[0]
|
||||||
# value: grafana.avril
|
value: grafana.avril
|
||||||
# - name: persistence.enabled
|
- name: persistence.enabled
|
||||||
# value: "true"
|
value: "true"
|
||||||
# - name: persistence.storageClassName
|
- name: persistence.storageClassName
|
||||||
# value: longhorn
|
value: longhorn
|
||||||
|
|
||||||
# destination:
|
destination:
|
||||||
# server: "https://kubernetes.default.svc"
|
server: "https://kubernetes.default.svc"
|
||||||
# namespace: grafana
|
namespace: grafana
|
||||||
|
|
||||||
# syncPolicy:
|
syncPolicy:
|
||||||
# automated:
|
automated:
|
||||||
# prune: true
|
prune: true
|
||||||
# syncOptions:
|
syncOptions:
|
||||||
# - CreateNamespace=true
|
- CreateNamespace=true
|
||||||
---
|
---
|
||||||
# TODO - use Jsonnet or similar to automate building this from all the directories
|
# TODO - use Jsonnet or similar to automate building this from all the directories
|
||||||
# (and pull out the common config)
|
# (and pull out the common config)
|
||||||
@ -147,6 +155,8 @@ kind: Application
|
|||||||
metadata:
|
metadata:
|
||||||
name: jellyfin
|
name: jellyfin
|
||||||
namespace: argo
|
namespace: argo
|
||||||
|
finalizers:
|
||||||
|
- resources-finalizer.argocd.argoproj.io
|
||||||
spec:
|
spec:
|
||||||
project: default
|
project: default
|
||||||
|
|
||||||
|
@ -3,6 +3,8 @@ kind: Application
|
|||||||
metadata:
|
metadata:
|
||||||
name: jackjack-app-of-apps
|
name: jackjack-app-of-apps
|
||||||
namespace: argo
|
namespace: argo
|
||||||
|
finalizers:
|
||||||
|
- resources-finalizer.argocd.argoproj.io
|
||||||
spec:
|
spec:
|
||||||
project: default
|
project: default
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user