remove unused and in Helm template
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
This commit is contained in:
parent
2deaaaa233
commit
815dbc9e8f
@ -4,7 +4,7 @@ apiVersion: apiextensions.k8s.io/v1
|
||||
kind: CustomResourceDefinition
|
||||
metadata:
|
||||
name: certificaterequests.cert-manager.io
|
||||
# START annotations {{- if and .Values.crds.keep }}
|
||||
# START annotations {{- if .Values.crds.keep }}
|
||||
annotations:
|
||||
helm.sh/resource-policy: keep
|
||||
# END annotations {{- end }}
|
||||
|
||||
@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
|
||||
kind: CustomResourceDefinition
|
||||
metadata:
|
||||
name: certificates.cert-manager.io
|
||||
# START annotations {{- if and .Values.crds.keep }}
|
||||
# START annotations {{- if .Values.crds.keep }}
|
||||
annotations:
|
||||
helm.sh/resource-policy: keep
|
||||
# END annotations {{- end }}
|
||||
|
||||
@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
|
||||
kind: CustomResourceDefinition
|
||||
metadata:
|
||||
name: challenges.acme.cert-manager.io
|
||||
# START annotations {{- if and .Values.crds.keep }}
|
||||
# START annotations {{- if .Values.crds.keep }}
|
||||
annotations:
|
||||
helm.sh/resource-policy: keep
|
||||
# END annotations {{- end }}
|
||||
|
||||
@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
|
||||
kind: CustomResourceDefinition
|
||||
metadata:
|
||||
name: clusterissuers.cert-manager.io
|
||||
# START annotations {{- if and .Values.crds.keep }}
|
||||
# START annotations {{- if .Values.crds.keep }}
|
||||
annotations:
|
||||
helm.sh/resource-policy: keep
|
||||
# END annotations {{- end }}
|
||||
|
||||
@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
|
||||
kind: CustomResourceDefinition
|
||||
metadata:
|
||||
name: issuers.cert-manager.io
|
||||
# START annotations {{- if and .Values.crds.keep }}
|
||||
# START annotations {{- if .Values.crds.keep }}
|
||||
annotations:
|
||||
helm.sh/resource-policy: keep
|
||||
# END annotations {{- end }}
|
||||
|
||||
@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
|
||||
kind: CustomResourceDefinition
|
||||
metadata:
|
||||
name: orders.acme.cert-manager.io
|
||||
# START annotations {{- if and .Values.crds.keep }}
|
||||
# START annotations {{- if .Values.crds.keep }}
|
||||
annotations:
|
||||
helm.sh/resource-policy: keep
|
||||
# END annotations {{- end }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user