Skip to content

Commit

Permalink
fix: correct some if checks
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed Jan 12, 2024
1 parent 60ad780 commit e11a3ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if .Values.deployPostgres }}
{{- if .Values.deployKafka }}
kind: PersistentVolumeClaim
apiVersion: v1
metadata:
Expand Down
2 changes: 1 addition & 1 deletion deploy/k8s/chart/templates/kafka/040-Service.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{ if .Values.enableDocs }}
{{ if .Values.deployKafka }}
apiVersion: v1
kind: Service
metadata:
Expand Down
2 changes: 1 addition & 1 deletion deploy/k8s/chart/templates/kafka/041-Service.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{ if .Values.enableDocs }}
{{ if .Values.deployKafka }}
apiVersion: v1
kind: Service
metadata:
Expand Down

0 comments on commit e11a3ad

Please sign in to comment.