installed app 'reloader' on project 'test' installation-path: '/'
This commit is contained in:
parent
ae1b356ae0
commit
5044a12792
4 changed files with 29 additions and 0 deletions
11
apps/reloader/overlays/test/config.json
Normal file
11
apps/reloader/overlays/test/config.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"appName": "reloader",
|
||||
"userGivenName": "reloader",
|
||||
"destNamespace": "tools",
|
||||
"destServer": "https://kubernetes.default.svc",
|
||||
"srcPath": "apps/reloader/overlays/test",
|
||||
"srcRepoURL": "https://forgejo.mixinet.net/blogops/argocd.git",
|
||||
"srcTargetRevision": "",
|
||||
"labels": null,
|
||||
"annotations": null
|
||||
}
|
5
apps/reloader/overlays/test/kustomization.yaml
Normal file
5
apps/reloader/overlays/test/kustomization.yaml
Normal file
|
@ -0,0 +1,5 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: tools
|
||||
resources:
|
||||
- ../../base
|
Loading…
Add table
Add a link
Reference in a new issue