Skip to content

Commit 2799e0d

Browse files
committed
installed app 'hello-world' on project 'testing' installation-path: '/'
1 parent 8c798c9 commit 2799e0d

3 files changed

Lines changed: 19 additions & 0 deletions

File tree

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
apiVersion: kustomize.config.k8s.io/v1beta1
2+
kind: Kustomization
3+
resources:
4+
- github.com/argoproj-labs/argocd-autopilot/examples/demo-app/
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"appName": "hello-world",
3+
"userGivenName": "hello-world",
4+
"destNamespace": "default",
5+
"destServer": "https://kubernetes.default.svc",
6+
"srcPath": "apps/hello-world/overlays/testing",
7+
"srcRepoURL": "https://github.com/developing-today/code.git",
8+
"srcTargetRevision": "",
9+
"labels": null,
10+
"annotations": null
11+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
apiVersion: kustomize.config.k8s.io/v1beta1
2+
kind: Kustomization
3+
resources:
4+
- ../../base

0 commit comments

Comments
 (0)