File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616{{- if .Values.main.analyticsUUID }}
1717 analyticsUUID : {{ .Values.main.analyticsUUID }}
1818{{- end }} {{/* if .Values.main.analyticsUUID */}}
19+ {{- if and .Values.main.tokenSecret .Values.main.tokenSecretNamespace }}
20+ tokenSecret : {{ .Values.main.tokenSecret }}
21+ tokenSecretNamespace : {{ .Values.main.tokenSecretNamespace }}
22+ {{- end }} {{/* if and .Values.main.tokenSecret .Values.main.tokenSecretNamespace */}}
1923{{- if .Values.main.extraParameters }}
2024 extraParameters :
2125{{- range .Values.main.extraParameters }}
Original file line number Diff line number Diff line change 1818 source : community-operators
1919
2020 clusterGroupName : default
21+
22+ # If you are using a private repository define the secret where
23+ # credentials to access the private repository are
24+ # tokenSecret:
25+ # tokenSecretNamespace:
You can’t perform that action at this time.
0 commit comments