Add private
This commit is contained in:
parent
527346566b
commit
b18a873157
2 changed files with 28 additions and 0 deletions
23
applications/80-private/private.yaml
Normal file
23
applications/80-private/private.yaml
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
---
|
||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
kind: Application
|
||||||
|
metadata:
|
||||||
|
name: home-server-private
|
||||||
|
namespace: argocd
|
||||||
|
spec:
|
||||||
|
project: default
|
||||||
|
source:
|
||||||
|
repoURL: https://repobase.net/j/home-server-private.git
|
||||||
|
path: .
|
||||||
|
targetRevision: HEAD
|
||||||
|
kustomize:
|
||||||
|
destination:
|
||||||
|
server: https://kubernetes.default.svc
|
||||||
|
namespace: home-server-private
|
||||||
|
syncPolicy:
|
||||||
|
automated:
|
||||||
|
selfHeal: true
|
||||||
|
prune: true
|
||||||
|
syncOptions:
|
||||||
|
- CreateNamespace=true
|
||||||
|
|
|
@ -49,6 +49,11 @@ spec:
|
||||||
namespace: home-server
|
namespace: home-server
|
||||||
wave: 8
|
wave: 8
|
||||||
|
|
||||||
|
- name: deploy-private
|
||||||
|
path: applications/80-private
|
||||||
|
namespace: home-server-private
|
||||||
|
wave: 9
|
||||||
|
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
name: "{{.name}}"
|
name: "{{.name}}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue