Skip to content

Commit

Permalink
installed app 'hello-world' on project 'testing' installation-path: '/'
Browse files Browse the repository at this point in the history
  • Loading branch information
dezren39 committed Dec 23, 2024
1 parent 8c798c9 commit 2799e0d
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/hello-world/base/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- github.com/argoproj-labs/argocd-autopilot/examples/demo-app/
11 changes: 11 additions & 0 deletions apps/hello-world/overlays/testing/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"appName": "hello-world",
"userGivenName": "hello-world",
"destNamespace": "default",
"destServer": "https://kubernetes.default.svc",
"srcPath": "apps/hello-world/overlays/testing",
"srcRepoURL": "https://github.com/developing-today/code.git",
"srcTargetRevision": "",
"labels": null,
"annotations": null
}
4 changes: 4 additions & 0 deletions apps/hello-world/overlays/testing/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../../base

0 comments on commit 2799e0d

Please sign in to comment.