12 lines
486 B
YAML
12 lines
486 B
YAML
|
|
# DEPRECATED. this is referenced in ../../clusters/{staging,production}/infrastructure.yaml
|
|
# and it's commented out which makes it not active.
|
|
# It's easier to reason and understand if we create the cluster-issuers in charts/fp/templates
|
|
# because if we do it here, we must make it Helm adoptable using annotations.
|
|
# why not just invoke it from Helm? seems better suited for there.
|
|
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- cluster-issuers.yaml
|