installed app 'hello-world' on project 'system' installation-path: '/'
This commit is contained in:
parent
1ef04d8b0e
commit
7087bc3112
3 changed files with 19 additions and 0 deletions
4
apps/hello-world/base/kustomization.yaml
Normal file
4
apps/hello-world/base/kustomization.yaml
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
|
kind: Kustomization
|
||||||
|
resources:
|
||||||
|
- github.com/argoproj-labs/argocd-autopilot/examples/demo-app/
|
||||||
11
apps/hello-world/overlays/system/config.json
Normal file
11
apps/hello-world/overlays/system/config.json
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
"appName": "hello-world",
|
||||||
|
"userGivenName": "hello-world",
|
||||||
|
"destNamespace": "default",
|
||||||
|
"destServer": "https://kubernetes.default.svc",
|
||||||
|
"srcPath": "apps/hello-world/overlays/system",
|
||||||
|
"srcRepoURL": "https://git.nc.landry.land/davad/argo.git",
|
||||||
|
"srcTargetRevision": "",
|
||||||
|
"labels": null,
|
||||||
|
"annotations": null
|
||||||
|
}
|
||||||
4
apps/hello-world/overlays/system/kustomization.yaml
Normal file
4
apps/hello-world/overlays/system/kustomization.yaml
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
|
kind: Kustomization
|
||||||
|
resources:
|
||||||
|
- ../../base
|
||||||
Loading…
Add table
Add a link
Reference in a new issue