File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed
helm/trident-operator/templates
operator/crd/apis/netapp/v1 Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 4646 containers :
4747 - command :
4848 - /trident-operator
49+ {{- if or .Values.anfConfigurator.enabled .Values.ontapConfigurator.enabled }}
4950 - -configurator-reconcile-interval={{ .Values.configuratorReconcileInterval }}
51+ {{- end }}
5052 {{- if .Values.operatorDebug }}
5153 - -debug
5254 {{- end }}
Original file line number Diff line number Diff line change 6666 cloudIdentity : {{ .Values.cloudIdentity }}
6767 enableACP : {{ .Values.enableACP }}
6868 acpImage : {{ .Values.acpImage }}
69+ enableAutoBackendConfig : {{ or .Values.ontapConfigurator.enabled .Values.anfConfigurator.enabled }}
6970 iscsiSelfHealingInterval : {{ .Values.iscsiSelfHealingInterval }}
7071 iscsiSelfHealingWaitTime : {{ .Values.iscsiSelfHealingWaitTime }}
7172 {{- if .Values.k8sAPIQPS }}
Original file line number Diff line number Diff line change @@ -72,6 +72,7 @@ type TridentOrchestratorSpec struct {
7272 CloudIdentity string `json:"cloudIdentity,omitempty"`
7373 EnableACP bool `json:"enableACP,omitempty"`
7474 ACPImage string `json:"acpImage,omitempty"`
75+ EnableAutoBackendConfig bool `json:"enableAutoBackendConfig,omitempty"`
7576 ISCSISelfHealingInterval string `json:"iscsiSelfHealingInterval,omitempty"`
7677 ISCSISelfHealingWaitTime string `json:"iscsiSelfHealingWaitTime,omitempty"`
7778 K8sAPIQPS int `json:"k8sAPIQPS,omitempty"`
You can’t perform that action at this time.
0 commit comments