Skip to content

Commit 0b00372

Browse files
authored
Remove helm2 support from helm chart (zalando#1679)
1 parent e150474 commit 0b00372

File tree

5 files changed

+0
-17
lines changed

5 files changed

+0
-17
lines changed

charts/postgres-operator/crds/operatorconfigurations.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ metadata:
44
name: operatorconfigurations.acid.zalan.do
55
labels:
66
app.kubernetes.io/name: postgres-operator
7-
annotations:
8-
"helm.sh/hook": crd-install
97
spec:
108
group: acid.zalan.do
119
names:

charts/postgres-operator/crds/postgresqls.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ metadata:
44
name: postgresqls.acid.zalan.do
55
labels:
66
app.kubernetes.io/name: postgres-operator
7-
annotations:
8-
"helm.sh/hook": crd-install
97
spec:
108
group: acid.zalan.do
119
names:

charts/postgres-operator/crds/postgresteams.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ metadata:
44
name: postgresteams.acid.zalan.do
55
labels:
66
app.kubernetes.io/name: postgres-operator
7-
annotations:
8-
"helm.sh/hook": crd-install
97
spec:
108
group: acid.zalan.do
119
names:

charts/postgres-operator/templates/crds.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

charts/postgres-operator/values.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -362,11 +362,6 @@ rbac:
362362
# Specifies whether RBAC resources should be created
363363
create: true
364364

365-
crd:
366-
# Specifies whether custom resource definitions should be created
367-
# When using helm3, this is ignored; instead use "--skip-crds" to skip.
368-
create: true
369-
370365
serviceAccount:
371366
# Specifies whether a ServiceAccount should be created
372367
create: true

0 commit comments

Comments
 (0)