Skip to content

Commit 7934dfa

Browse files
committed
[INTERNAL] Add Spinnaker annotations for replace strategy on CRDs
1 parent 1d6b50b commit 7934dfa

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.5.0
9+
strategy.spinnaker.io/replace: 'true'
910
creationTimestamp: null
1011
name: kafkaclusters.kafka.banzaicloud.io
1112
spec:
@@ -9551,6 +9552,7 @@ kind: CustomResourceDefinition
95519552
metadata:
95529553
annotations:
95539554
controller-gen.kubebuilder.io/version: v0.5.0
9555+
strategy.spinnaker.io/replace: "true"
95549556
creationTimestamp: null
95559557
name: kafkatopics.kafka.banzaicloud.io
95569558
spec:
@@ -9633,6 +9635,7 @@ kind: CustomResourceDefinition
96339635
metadata:
96349636
annotations:
96359637
controller-gen.kubebuilder.io/version: v0.5.0
9638+
strategy.spinnaker.io/replace: "true"
96369639
creationTimestamp: null
96379640
name: kafkausers.kafka.banzaicloud.io
96389641
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.5.0
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.5.0
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.5.0
8+
strategy.spinnaker.io/replace: "true"
89
creationTimestamp: null
910
name: kafkausers.kafka.banzaicloud.io
1011
spec:

0 commit comments

Comments
 (0)