File tree Expand file tree Collapse file tree 6 files changed +36
-9
lines changed
Expand file tree Collapse file tree 6 files changed +36
-9
lines changed Original file line number Diff line number Diff line change @@ -9,15 +9,6 @@ resources:
99 - recommendations.yaml
1010 - ws.yaml
1111
12- # To use a custom image (e.g., locally built), uncomment `newName` and `newTag` below.
13- # Example: docker build -t local-quickpizza:latest . && minikube image load local-quickpizza:latest
14- images :
15- - name : ghcr.io/grafana/quickpizza-local
16- # newName: local-quickpizza
17- # newTag: latest
18- # Note: Do not commit changes to newName/newTag values (leave commented).
19- # TODO: Consider using Kustomize's environment variable substitution feature
20-
2112
2213configMapGenerator :
2314 - name : quickpizza-env-common
Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ resources:
55 - ../base/quickpizza
66 - ../base/alloy
77
8+ # To use a custom image (e.g., locally built), uncomment `newName` and `newTag` below.
9+ # Example: docker build -t local-quickpizza:latest . && minikube image load local-quickpizza:latest
10+ images :
11+ - name : ghcr.io/grafana/quickpizza-local
12+ # newName: local-quickpizza
13+ # newTag: latest
14+ # Note: Do not commit changes to newName/newTag values (leave commented). TODO: consider Kustomize's env var substitution
815
916# For telemetry functionality, change the following lines to match your configuration.
1017secretGenerator :
Original file line number Diff line number Diff line change @@ -4,6 +4,13 @@ resources:
44 - ../base/quickpizza
55 - ../base/alloy
66
7+ # To use a custom image (e.g., locally built), uncomment `newName` and `newTag` below.
8+ # Example: docker build -t local-quickpizza:latest . && minikube image load local-quickpizza:latest
9+ images :
10+ - name : ghcr.io/grafana/quickpizza-local
11+ # newName: local-quickpizza
12+ # newTag: latest
13+ # Note: Do not commit changes to newName/newTag values (leave commented). TODO: consider Kustomize's env var substitution
714
815# For telemetry functionality, change the following lines to match your configuration.
916secretGenerator :
Original file line number Diff line number Diff line change @@ -2,6 +2,13 @@ resources:
22 - ../base/quickpizza
33 - ../base/alloy
44
5+ # To use a custom image (e.g., locally built), uncomment `newName` and `newTag` below.
6+ # Example: docker build -t local-quickpizza:latest . && minikube image load local-quickpizza:latest
7+ images :
8+ - name : ghcr.io/grafana/quickpizza-local
9+ # newName: local-quickpizza
10+ # newTag: latest
11+ # Note: Do not commit changes to newName/newTag values (leave commented). TODO: consider Kustomize's env var substitution
512
613# For telemetry functionality, change the following lines to match your configuration.
714secretGenerator :
Original file line number Diff line number Diff line change @@ -2,6 +2,13 @@ resources:
22 - ../base/quickpizza
33 - ../base/alloy
44
5+ # To use a custom image (e.g., locally built), uncomment `newName` and `newTag` below.
6+ # Example: docker build -t local-quickpizza:latest . && minikube image load local-quickpizza:latest
7+ images :
8+ - name : ghcr.io/grafana/quickpizza-local
9+ # newName: local-quickpizza
10+ # newTag: latest
11+ # Note: Do not commit changes to newName/newTag values (leave commented). TODO: consider Kustomize's env var substitution
512
613# For telemetry functionality, change the following lines to match your configuration.
714secretGenerator :
Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ resources:
55 - ../base/quickpizza
66 - ../base/alloy
77
8+ # To use a custom image (e.g., locally built), uncomment `newName` and `newTag` below.
9+ # Example: docker build -t local-quickpizza:latest . && minikube image load local-quickpizza:latest
10+ images :
11+ - name : ghcr.io/grafana/quickpizza-local
12+ # newName: local-quickpizza
13+ # newTag: latest
14+
15+ # Note: Do not commit changes to newName/newTag values (leave commented). TODO: consider Kustomize's env var substitution
816# For telemetry functionality, change the following lines to match your configuration.
917secretGenerator :
1018 - name : grafana-alloy-credentials
You can’t perform that action at this time.
0 commit comments