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
|
kind: CustomResourceDefinition
|
||||||
metadata:
|
metadata:
|
||||||
name: certificaterequests.cert-manager.io
|
name: certificaterequests.cert-manager.io
|
||||||
# START annotations {{- if and .Values.crds.keep }}
|
# START annotations {{- if .Values.crds.keep }}
|
||||||
annotations:
|
annotations:
|
||||||
helm.sh/resource-policy: keep
|
helm.sh/resource-policy: keep
|
||||||
# END annotations {{- end }}
|
# END annotations {{- end }}
|
||||||
|
|||||||
@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
|
|||||||
kind: CustomResourceDefinition
|
kind: CustomResourceDefinition
|
||||||
metadata:
|
metadata:
|
||||||
name: certificates.cert-manager.io
|
name: certificates.cert-manager.io
|
||||||
# START annotations {{- if and .Values.crds.keep }}
|
# START annotations {{- if .Values.crds.keep }}
|
||||||
annotations:
|
annotations:
|
||||||
helm.sh/resource-policy: keep
|
helm.sh/resource-policy: keep
|
||||||
# END annotations {{- end }}
|
# END annotations {{- end }}
|
||||||
|
|||||||
@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
|
|||||||
kind: CustomResourceDefinition
|
kind: CustomResourceDefinition
|
||||||
metadata:
|
metadata:
|
||||||
name: challenges.acme.cert-manager.io
|
name: challenges.acme.cert-manager.io
|
||||||
# START annotations {{- if and .Values.crds.keep }}
|
# START annotations {{- if .Values.crds.keep }}
|
||||||
annotations:
|
annotations:
|
||||||
helm.sh/resource-policy: keep
|
helm.sh/resource-policy: keep
|
||||||
# END annotations {{- end }}
|
# END annotations {{- end }}
|
||||||
|
|||||||
@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
|
|||||||
kind: CustomResourceDefinition
|
kind: CustomResourceDefinition
|
||||||
metadata:
|
metadata:
|
||||||
name: clusterissuers.cert-manager.io
|
name: clusterissuers.cert-manager.io
|
||||||
# START annotations {{- if and .Values.crds.keep }}
|
# START annotations {{- if .Values.crds.keep }}
|
||||||
annotations:
|
annotations:
|
||||||
helm.sh/resource-policy: keep
|
helm.sh/resource-policy: keep
|
||||||
# END annotations {{- end }}
|
# END annotations {{- end }}
|
||||||
|
|||||||
@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
|
|||||||
kind: CustomResourceDefinition
|
kind: CustomResourceDefinition
|
||||||
metadata:
|
metadata:
|
||||||
name: issuers.cert-manager.io
|
name: issuers.cert-manager.io
|
||||||
# START annotations {{- if and .Values.crds.keep }}
|
# START annotations {{- if .Values.crds.keep }}
|
||||||
annotations:
|
annotations:
|
||||||
helm.sh/resource-policy: keep
|
helm.sh/resource-policy: keep
|
||||||
# END annotations {{- end }}
|
# END annotations {{- end }}
|
||||||
|
|||||||
@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
|
|||||||
kind: CustomResourceDefinition
|
kind: CustomResourceDefinition
|
||||||
metadata:
|
metadata:
|
||||||
name: orders.acme.cert-manager.io
|
name: orders.acme.cert-manager.io
|
||||||
# START annotations {{- if and .Values.crds.keep }}
|
# START annotations {{- if .Values.crds.keep }}
|
||||||
annotations:
|
annotations:
|
||||||
helm.sh/resource-policy: keep
|
helm.sh/resource-policy: keep
|
||||||
# END annotations {{- end }}
|
# END annotations {{- end }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user