Simon Kaiser 3 lat temu
rodzic
commit
9a4dfeda06

+ 0
- 25
gitops-kaisers-info/apps/templates/appproject.yaml Wyświetl plik

@@ -1,25 +0,0 @@
1
-apiVersion: argoproj.io/v1alpha1
2
-kind: AppProject
3
-metadata:
4
-  name: gitops-kaisers-info-int
5
-  namespace: argocd
6
-  # Finalizer that ensures that project is not deleted until it is not referenced by any application
7
-  finalizers:
8
-    - resources-finalizer.argocd.argoproj.io
9
-spec:
10
-  # Project description
11
-  description: Bundles all applications belonging to INT environment of GitOps in kaisers.info
12
-
13
-  # Allow manifests to deploy from any Git repos
14
-  sourceRepos:
15
-  - '*'
16
-
17
-  # Only permit applications to deploy to the guestbook namespace in the same cluster
18
-  destinations:
19
-  - namespace: '*'
20
-    server: '*'
21
-
22
-  # Deny all cluster-scoped resources from being created, except for Namespace
23
-  clusterResourceWhitelist:
24
-  - group: '*'
25
-    kind: '*'

+ 1
- 1
gitops-kaisers-info/apps/values.yaml Wyświetl plik

@@ -5,4 +5,4 @@ spec:
5 5
     path: gitops-kaisers-info
6 6
     repoURL: https://git.kaisers.info/simonkaiser/k8s-kaisers-info.git
7 7
     targetRevision: HEAD
8
-  project: gitops-kaisers-info-int
8
+  project: default