Skip to content

Commit

Permalink
fix: fixed issue mentioned in #631
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitriy Esin committed Jan 19, 2024
1 parent 632aa3d commit abf45c9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@

{{- if .Values.crds.install }}
---
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: (devel)
{{- with .Values.crds.annotations }}
{{- toYaml . | nindent 4 }}
{{- toYaml . | nindent 4 }}
{{- end }}
controller-gen.kubebuilder.io/version: (devel)
creationTimestamp: null
name: redisfailovers.databases.spotahome.com
spec:
Expand Down Expand Up @@ -12399,3 +12399,4 @@ status:
plural: ""
conditions: []
storedVersions: []
{{- end }}
9 changes: 4 additions & 5 deletions charts/redisoperator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,9 @@ affinity: {}

# CRDs configuration
crds:
# -- Additional CRDs annotations
annotations: {}
# argocd.argoproj.io/sync-options: Replace=true
# strategy.spinnaker.io/replace: 'true'
install: true
annotations:
argocd.argoproj.io/sync-options: "Replace=true"
strategy.spinnaker.io/replace: "true"

priorityClassName: ""

0 comments on commit abf45c9

Please sign in to comment.