Skip to content

Commit 0bb56ee

Browse files
committed
Remove crd configuration in favor of helm 3 support
Signed-off-by: Corbin McNeely-Smith <[email protected]>
1 parent e425fcf commit 0bb56ee

File tree

3 files changed

+0
-7
lines changed

3 files changed

+0
-7
lines changed

charts/cloudnative-pg/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ CloudNativePG Operator Helm Chart
3737
| config.name | string | `"cnpg-controller-manager-config"` | The name of the configmap/secret to use. |
3838
| config.secret | bool | `false` | Specifies whether it should be stored in a secret, instead of a configmap. |
3939
| containerSecurityContext | object | `{"allowPrivilegeEscalation":false,"capabilities":{"drop":["ALL"]},"readOnlyRootFilesystem":true,"runAsGroup":10001,"runAsUser":10001,"seccompProfile":{"type":"RuntimeDefault"}}` | Container Security Context. |
40-
| crds.create | bool | `true` | Specifies whether the CRDs should be created when installing the chart. |
4140
| dnsPolicy | string | `""` | |
4241
| fullnameOverride | string | `""` | |
4342
| hostNetwork | bool | `false` | |

charts/cloudnative-pg/crds/crds.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
{{- if .Values.crds.create }}
21
apiVersion: apiextensions.k8s.io/v1
32
kind: CustomResourceDefinition
43
metadata:
@@ -16689,4 +16688,3 @@ spec:
1668916688
storage: true
1669016689
subresources:
1669116690
status: {}
16692-
{{- end }}

charts/cloudnative-pg/values.yaml

-4
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@ dnsPolicy: ""
4242
# maxUnavailable: 25%
4343
updateStrategy: {}
4444

45-
crds:
46-
# -- Specifies whether the CRDs should be created when installing the chart.
47-
create: true
48-
4945
# -- The webhook configuration.
5046
webhook:
5147
port: 9443

0 commit comments

Comments
 (0)