Skip to content

Commit

Permalink
Changing deleteClaim option in Kafka cluster, so it can be deployed w…
Browse files Browse the repository at this point in the history
…ith ArgoCD.
  • Loading branch information
ricsanfre committed Nov 26, 2023
1 parent fab3eaa commit d4c5dd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions argocd/system/kafka/templates/kafka-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ spec:
type: persistent-claim
class: {{ .Values.kafka_storage_class }}
size: {{ .Values.kafka_storage_size }}
deleteClaim: false
deleteClaim: true

zookeeper:
replicas: {{ .Values.kafka_zookeeper_replicas }}
storage:
type: persistent-claim
size: {{ .Values.kafka_zookeeper_storage_size }}
deleteClaim: false
deleteClaim: true
class: {{ .Values.kafka_zookeeper_storage_class }}
entityOperator:
topicOperator: {}
Expand Down

0 comments on commit d4c5dd6

Please sign in to comment.