Deploy full on octodns
This commit is contained in:
@@ -1,18 +0,0 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: ddns-application
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: infrastructure
|
||||
source:
|
||||
repoURL: git@github.com:moll-re/bootstrap-k3s-infra.git
|
||||
targetRevision: main
|
||||
path: infrastructure/ddns
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: ddns
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
@@ -1,4 +0,0 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- application.yaml
|
@@ -11,7 +11,6 @@ resources:
|
||||
|
||||
# infrastructure apps
|
||||
- projects.yaml
|
||||
- ddns/
|
||||
- nfs/
|
||||
- backup/
|
||||
- pg-ha/
|
||||
|
Reference in New Issue
Block a user