idk
This commit is contained in:
parent
f75b44efca
commit
5b4bbe8f86
33 changed files with 691 additions and 35 deletions
23
applications.old/80-private/private.yaml
Normal file
23
applications.old/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: "ssh://git@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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue