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 12, 2021
1 parent b4ff98d commit 94e1d52
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 @@ -7924,6 +7925,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 @@ -8006,6 +8008,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 94e1d52

Please sign in to comment.