Skip to content

Commit d2e4737

Browse files
authored
fix(kube-prometheus-stack): Configurable repoURL (#145)
1 parent e16b3cc commit d2e4737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chart/templates/kube-prometheus-stack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ metadata:
99
spec:
1010
project: {{ .Values.argoProject | default "default" }}
1111
source:
12-
repoURL: https://github.com/aws-samples/eks-blueprints-add-ons
12+
repoURL: {{ .Values.repoUrl }}
1313
path: add-ons/kube-prometheus-stack
1414
targetRevision: {{ .Values.targetRevision }}
1515
helm:

0 commit comments

Comments
 (0)