Skip to content

Commit c93245f

Browse files
committed
[INTERNAL] Add Spinnaker annotations for replace strategy on CRDs
1 parent 523d0f9 commit c93245f

File tree

4 files changed

+6
-0
lines changed

4 files changed

+6
-0
lines changed

charts/kafka-operator/templates/crds.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ kind: CustomResourceDefinition
66
metadata:
77
annotations:
88
controller-gen.kubebuilder.io/version: v0.6.1
9+
strategy.spinnaker.io/replace: 'true'
910
creationTimestamp: null
1011
name: kafkaclusters.kafka.banzaicloud.io
1112
spec:
@@ -18077,6 +18078,7 @@ kind: CustomResourceDefinition
1807718078
metadata:
1807818079
annotations:
1807918080
controller-gen.kubebuilder.io/version: v0.6.1
18081+
strategy.spinnaker.io/replace: "true"
1808018082
creationTimestamp: null
1808118083
name: kafkatopics.kafka.banzaicloud.io
1808218084
spec:
@@ -18164,6 +18166,7 @@ kind: CustomResourceDefinition
1816418166
metadata:
1816518167
annotations:
1816618168
controller-gen.kubebuilder.io/version: v0.6.1
18169+
strategy.spinnaker.io/replace: "true"
1816718170
creationTimestamp: null
1816818171
name: kafkausers.kafka.banzaicloud.io
1816918172
spec:

config/base/crds/kafka.banzaicloud.io_kafkaclusters.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ kind: CustomResourceDefinition
55
metadata:
66
annotations:
77
controller-gen.kubebuilder.io/version: v0.6.1
8+
strategy.spinnaker.io/replace: "true"
89
creationTimestamp: null
910
name: kafkaclusters.kafka.banzaicloud.io
1011
spec:

config/base/crds/kafka.banzaicloud.io_kafkatopics.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ kind: CustomResourceDefinition
55
metadata:
66
annotations:
77
controller-gen.kubebuilder.io/version: v0.6.1
8+
strategy.spinnaker.io/replace: "true"
89
creationTimestamp: null
910
name: kafkatopics.kafka.banzaicloud.io
1011
spec:

config/base/crds/kafka.banzaicloud.io_kafkausers.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ kind: CustomResourceDefinition
55
metadata:
66
annotations:
77
controller-gen.kubebuilder.io/version: v0.6.1
8+
strategy.spinnaker.io/replace: "true"
89
creationTimestamp: null
910
name: kafkausers.kafka.banzaicloud.io
1011
spec:

0 commit comments

Comments
 (0)