enable ingress cert
This commit is contained in:
18
cluster/temp/base/kustomization.yaml
Normal file
18
cluster/temp/base/kustomization.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
commonAnnotations:
|
||||
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
|
||||
|
||||
resources:
|
||||
# Operator deployment
|
||||
- namespace.yaml
|
||||
- operatorgroup.yaml
|
||||
- subscription.yaml
|
||||
- monitoring.yaml
|
||||
# Deploy cluster resources
|
||||
# - cloudflare-secret-eso.yaml
|
||||
# - clusterissuers.yaml
|
||||
# - split-horizon-patch.yaml
|
||||
#- api-ingress.yaml
|
||||
Reference in New Issue
Block a user