Skip to content

Commit

Permalink
[INTERNAL] Add Spinnaker annotations for replace strategy on CRDs
Browse files Browse the repository at this point in the history
  • Loading branch information
amuraru committed Jun 22, 2021
1 parent 1d6b50b commit 7934dfa
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/kafka-operator/templates/crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.5.0
strategy.spinnaker.io/replace: 'true'
creationTimestamp: null
name: kafkaclusters.kafka.banzaicloud.io
spec:
Expand Down Expand Up @@ -9551,6 +9552,7 @@ kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.5.0
strategy.spinnaker.io/replace: "true"
creationTimestamp: null
name: kafkatopics.kafka.banzaicloud.io
spec:
Expand Down Expand Up @@ -9633,6 +9635,7 @@ kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.5.0
strategy.spinnaker.io/replace: "true"
creationTimestamp: null
name: kafkausers.kafka.banzaicloud.io
spec:
Expand Down
1 change: 1 addition & 0 deletions config/base/crds/kafka.banzaicloud.io_kafkaclusters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.5.0
strategy.spinnaker.io/replace: "true"
creationTimestamp: null
name: kafkaclusters.kafka.banzaicloud.io
spec:
Expand Down
1 change: 1 addition & 0 deletions config/base/crds/kafka.banzaicloud.io_kafkatopics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.5.0
strategy.spinnaker.io/replace: "true"
creationTimestamp: null
name: kafkatopics.kafka.banzaicloud.io
spec:
Expand Down
1 change: 1 addition & 0 deletions config/base/crds/kafka.banzaicloud.io_kafkausers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.5.0
strategy.spinnaker.io/replace: "true"
creationTimestamp: null
name: kafkausers.kafka.banzaicloud.io
spec:
Expand Down

0 comments on commit 7934dfa

Please sign in to comment.