add environment
This commit is contained in:
23
environment/cloudflare-issuer.yaml
Normal file
23
environment/cloudflare-issuer.yaml
Normal file
@@ -0,0 +1,23 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: cloudflare-issuer
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: environment
|
||||
source:
|
||||
repoURL: https://gitea.olsen.cloud/homelab/foundation.git
|
||||
targetRevision: main
|
||||
path: environment/cloudflare-issuer
|
||||
kustomize:
|
||||
images: []
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: cert-manager
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
|
||||
Reference in New Issue
Block a user