Alex Collins
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with
8 additions and
0 deletions
-
applications/templates/guestbook.yaml
-
applications/templates/helm-dependency.yaml
-
applications/templates/helm-guestbook.yaml
-
applications/templates/kustomize-guestbook.yaml
|
|
@ -3,6 +3,8 @@ kind: Application |
|
|
|
metadata: |
|
|
|
name: guestbook |
|
|
|
namespace: argocd |
|
|
|
finalizers: |
|
|
|
- resources-finalizer.argocd.argoproj.io |
|
|
|
spec: |
|
|
|
destination: |
|
|
|
namespace: argocd |
|
|
|
|
|
@ -3,6 +3,8 @@ kind: Application |
|
|
|
metadata: |
|
|
|
name: helm-dependency |
|
|
|
namespace: argocd |
|
|
|
finalizers: |
|
|
|
- resources-finalizer.argocd.argoproj.io |
|
|
|
spec: |
|
|
|
destination: |
|
|
|
namespace: argocd |
|
|
|
|
|
@ -3,6 +3,8 @@ kind: Application |
|
|
|
metadata: |
|
|
|
name: helm-guestbook |
|
|
|
namespace: argocd |
|
|
|
finalizers: |
|
|
|
- resources-finalizer.argocd.argoproj.io |
|
|
|
spec: |
|
|
|
destination: |
|
|
|
namespace: argocd |
|
|
|
|
|
@ -3,6 +3,8 @@ kind: Application |
|
|
|
metadata: |
|
|
|
name: kustomize-guestbook |
|
|
|
namespace: argocd |
|
|
|
finalizers: |
|
|
|
- resources-finalizer.argocd.argoproj.io |
|
|
|
spec: |
|
|
|
destination: |
|
|
|
namespace: argocd |
|
|
|