Bladeren bron

Crossplane helm

Simon Kaiser 3 jaren geleden
bovenliggende
commit
4a8eacd4d9
2 gewijzigde bestanden met toevoegingen van 3 en 23 verwijderingen
  1. 3
    3
      gitops-kaisers-info/templates/crossplane.yaml
  2. 0
    20
      gitops-kaisers-info/templates/syncwaves.yaml

+ 3
- 3
gitops-kaisers-info/templates/crossplane.yaml Bestand weergeven

@@ -15,6 +15,6 @@ spec:
15 15
       prune: true
16 16
       selfHeal: true
17 17
   source:
18
-    path: {{ .Values.spec.source.path }}/crossplane
19
-    repoURL: {{ .Values.spec.source.repoURL }}
20
-    targetRevision: {{ .Values.spec.source.targetRevision }}
18
+    chart: crossplane
19
+    repoURL: https://charts.crossplane.io/master/
20
+    targetRevision: 1.7.0-rc.0.101.g2c10ff0e

+ 0
- 20
gitops-kaisers-info/templates/syncwaves.yaml Bestand weergeven

@@ -1,20 +0,0 @@
1
-apiVersion: argoproj.io/v1alpha1
2
-kind: Application
3
-metadata:
4
-  name: sync-waves
5
-  namespace: {{ .Values.spec.namespace }}
6
-  finalizers:
7
-  - resources-finalizer.argocd.argoproj.io
8
-spec:
9
-  destination:
10
-    namespace: sync-waves
11
-    name: {{ .Values.spec.destination.name }}
12
-  project: {{ .Values.spec.project }}
13
-  syncPolicy:
14
-    automated:
15
-      prune: true
16
-      selfHeal: true
17
-  source:
18
-    path: {{ .Values.spec.source.path }}/sync-waves
19
-    repoURL: {{ .Values.spec.source.repoURL }}
20
-    targetRevision: {{ .Values.spec.source.targetRevision }}