Skip to content

Commit

Permalink
feat: ability to disable init (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
braghettos authored Apr 19, 2024
1 parent fc4bbbd commit c7ffd63
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions chart/templates/vcluster-installer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,13 @@ spec:
krateoplatformops:
vcluster:
enabled: false
{{- if .Values.krateoplatformops.init.enabled }}
init:
enabled: true
{{- else }}
init:
enabled: false
{{- end }}
{{- if and (eq .Values.krateoplatformops.service.type "NodePort") .Values.krateoplatformops.service.externalIpAvailable }}
service:
type: NodePort
Expand Down

0 comments on commit c7ffd63

Please sign in to comment.