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
4
apps/reloader/base/kustomization.yaml
Normal file
4
apps/reloader/base/kustomization.yaml
Normal file
|
@ -0,0 +1,4 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- github.com/stakater/Reloader/deployments/kubernetes/?ref=v1.4.2
|
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
|
9
bootstrap/cluster-resources/in-cluster/tools-ns.yaml
Normal file
9
bootstrap/cluster-resources/in-cluster/tools-ns.yaml
Normal file
|
@ -0,0 +1,9 @@
|
|||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
annotations:
|
||||
argocd.argoproj.io/sync-options: Prune=false
|
||||
creationTimestamp: null
|
||||
name: tools
|
||||
spec: {}
|
||||
status: {}
|
Loading…
Add table
Add a link
Reference in a new issue