Skip to content

Commit

Permalink
Remove code to conditionally apply CRDs (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexGodbehere authored Jun 30, 2023
1 parent ce43d5b commit c6b67bc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions crds/kerberos-keys-crd.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{{ if .Values.identity.enabled }}
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
Expand Down Expand Up @@ -88,4 +87,3 @@ spec:
pattern: "^[a-z0-9.-]+/[a-zA-Z0-9._-]+$"
subresources:
status: {}
{{- end -}}
2 changes: 0 additions & 2 deletions crds/kubegres-crd.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{{ if .Values.postgres.enabled }}
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
Expand Down Expand Up @@ -2114,4 +2113,3 @@ spec:
storage: true
subresources:
status: {}
{{- end -}}

0 comments on commit c6b67bc

Please sign in to comment.