Skip to content

Commit 7ed4d1e

Browse files
committed
Add helmRepoUrl variable
1 parent 5f4cf89 commit 7ed4d1e

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

operator-install/templates/pattern.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ spec:
1717
{{- end }} {{/* if and .Values.main.tokenSecret .Values.main.tokenSecretNamespace */}}
1818
multiSourceConfig:
1919
enabled: {{ .Values.main.multiSourceConfig.enabled }}
20+
{{- if .Values.main.multiSourceConfig.helmRepoUrl }}
21+
helmRepoUrl: {{ .Values.main.multiSourceConfig.helmRepoUrl }}
22+
{{- end }} {{/* if .Values.main.multiSourceConfig.helmRepoUrl */}}
2023
{{- if .Values.main.analyticsUUID }}
2124
analyticsUUID: {{ .Values.main.analyticsUUID }}
2225
{{- end }} {{/* if .Values.main.analyticsUUID */}}

operator-install/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ main:
1717

1818
multiSourceConfig:
1919
enabled: false
20+
# helmRepoUrl: registry.internal.network/helm
2021

2122
# String to enable certain experimental capabilities in the operator and the
2223
# framework. Not needed unless you know exactly what you're doing.

0 commit comments

Comments
 (0)