Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
facchettos committed Jan 26, 2024
1 parent 3187fb2 commit 20ca890
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 eq ( include "vcluster.kind") "StatefulSet" }}
{{- if eq ( include "vcluster.kind" . ) "StatefulSet" }}
apiVersion: v1
kind: Service
metadata:
Expand Down

0 comments on commit 20ca890

Please sign in to comment.