Skip to content

Commit

Permalink
changed the logic for statefulset service
Browse files Browse the repository at this point in the history
  • Loading branch information
facchettos committed Jan 26, 2024
1 parent 937cc3a commit 959ec95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/eks/templates/statefulset-service.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if and (not .Values.headless) .Values.embeddedEtcd .Values.pro }}
{{- if eq ( include "vcluster.kind") "StatefulSet" }}
apiVersion: v1
kind: Service
metadata:
Expand Down

0 comments on commit 959ec95

Please sign in to comment.