manually added the 'dummyhttp' http for the 'test' project
This commit is contained in:
parent
efd3a84c04
commit
e80e08a5be
3 changed files with 19 additions and 0 deletions
4
apps/dummyhttp/base/kustomization.yaml
Normal file
4
apps/dummyhttp/base/kustomization.yaml
Normal file
|
@ -0,0 +1,4 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- https://forgejo.mixinet.net/blogops/argocd-applications.git//dummyhttp/?ref=dummyhttp-v1.0.0
|
11
apps/dummyhttp/overlays/test/config.json
Normal file
11
apps/dummyhttp/overlays/test/config.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"appName": "dummyhttp",
|
||||
"userGivenName": "dummyhttp",
|
||||
"destNamespace": "default",
|
||||
"destServer": "https://kubernetes.default.svc",
|
||||
"srcPath": "apps/dummyhttp/overlays/test",
|
||||
"srcRepoURL": "https://forgejo.mixinet.net/blogops/argocd.git",
|
||||
"srcTargetRevision": "",
|
||||
"labels": null,
|
||||
"annotations": null
|
||||
}
|
4
apps/dummyhttp/overlays/test/kustomization.yaml
Normal file
4
apps/dummyhttp/overlays/test/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