first commit
This commit is contained in:
34
argocd/applications/cnpg-operator.yaml
Normal file
34
argocd/applications/cnpg-operator.yaml
Normal file
@@ -0,0 +1,34 @@
|
||||
# 1. App für den CloudNativePG Operator
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: cnpg-operator
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
repoURL: https://cloudnative-pg.github.io/charts
|
||||
chart: cloudnative-pg
|
||||
targetRevision: 0.28.0
|
||||
helm:
|
||||
values: |
|
||||
installCRDs: false
|
||||
destination:
|
||||
server: 'https://kubernetes.default.svc'
|
||||
namespace: cnpg-system
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeel: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
- ServerSideApply=true
|
||||
automated:
|
||||
allowEmpty: true
|
||||
ignoreDifferences:
|
||||
- group: apiextensions.k8s.io
|
||||
kind: CustomResourceDefinition
|
||||
jqPathExpressions:
|
||||
- .spec.conversion.webhook.clientConfig.caBundle
|
||||
dependsOn:
|
||||
- name: timescaledb-crds
|
||||
Reference in New Issue
Block a user