We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c798c9 commit 2799e0dCopy full SHA for 2799e0d
3 files changed
apps/hello-world/base/kustomization.yaml
@@ -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/
apps/hello-world/overlays/testing/config.json
@@ -0,0 +1,11 @@
+{
+ "appName": "hello-world",
+ "userGivenName": "hello-world",
+ "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
+}
apps/hello-world/overlays/testing/kustomization.yaml
+- ../../base
0 commit comments