nekkid
This commit is contained in:
parent
5d34d06fe2
commit
6f5d64e74c
2 changed files with 25 additions and 1 deletions
19
applications/private/private.yaml
Normal file
19
applications/private/private.yaml
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
---
|
||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
kind: Application
|
||||||
|
metadata:
|
||||||
|
name: other-stuff
|
||||||
|
namespace: argocd
|
||||||
|
spec:
|
||||||
|
project: default
|
||||||
|
source:
|
||||||
|
repoURL: https://repobase.net/j/home-server-private.git
|
||||||
|
targetRevision: HEAD
|
||||||
|
path: deployments
|
||||||
|
destination:
|
||||||
|
server: https://kubernetes.default.svc
|
||||||
|
namespace: home-media
|
||||||
|
syncPolicy:
|
||||||
|
automated:
|
||||||
|
prune: true
|
||||||
|
selfHeal: true
|
|
@ -27,7 +27,12 @@ spec:
|
||||||
- name: deploy-stuff
|
- name: deploy-stuff
|
||||||
path: applications/stuff
|
path: applications/stuff
|
||||||
namespace: home-server
|
namespace: home-server
|
||||||
wave: 3
|
wave: 4
|
||||||
|
|
||||||
|
- name: deploy-other-stuff
|
||||||
|
path: applications/private
|
||||||
|
namespace: home-server
|
||||||
|
wave: 5
|
||||||
|
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue