File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
charts/rancher-turtles/templates Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 1+ {{- if index .Values "rancherTurtles" "features" "embedded-operator" "enabled" }}
2+ apiversion : v1
3+ kind : ConfigMap
4+ metadata :
5+ name : clusterctl-config
6+ namespace : ' {{ .Values.rancherTurtles.namespace }}'
7+ {{- end}}
Original file line number Diff line number Diff line change @@ -71,16 +71,20 @@ spec:
7171 requests :
7272 cpu : 10m
7373 memory : 128Mi
74+ {{- if index .Values "rancherTurtles" "features" "embedded-operator" "enabled" }}
7475 {{- with .Values.rancherTurtles.volumeMounts.manager }}
7576 volumeMounts :
7677 {{- toYaml . | nindent 12 }}
7778 {{- end }}
79+ {{- end }}
7880 serviceAccountName : rancher-turtles-manager
7981 terminationGracePeriodSeconds : 10
82+ {{- if index .Values "rancherTurtles" "features" "embedded-operator" "enabled" }}
8083 {{- with .Values.rancherTurtles.volumes }}
8184 volumes :
8285 {{- toYaml . | nindent 8 }}
8386 {{- end }}
87+ {{- end }}
8488 tolerations :
8589 - effect : NoSchedule
8690 key : node-role.kubernetes.io/master
You can’t perform that action at this time.
0 commit comments