File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,14 +16,14 @@ metadata:
1616 name : sourcegraph-kustomize-build-config
1717data :
1818 # example:
19- EXAMPLE_CONFIG_KEY : example
19+ # EXAMPLE_CONFIG_KEY: example
2020 # -------- Update config options below ---------#
2121 # AWS_MANAGED_CERT_ARN: __placeholder__
2222 # GKE_MANAGED_CERT_NAME: __placeholder__
2323 # HOST_DOMAIN: __placeholder__
2424 # NEW_REDIS_CACHE_ENDPOINT: __placeholder__
2525 # NEW_REDIS_STORE_ENDPOINT: __placeholder__
26- # PRIVATE_REGISTRY: us-central1-docker.pkg.dev/sourcegraph-ci/cloud-ephemeral/
26+ PRIVATE_REGISTRY : us-central1-docker.pkg.dev/sourcegraph-ci/cloud-ephemeral
2727 # PRIVATE_REGISTRY_SECRET_KEY: __placeholder__
2828 # SSD_NODE_PATH: __placeholder__
2929 # STORAGECLASS_NAME: __placeholder__
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ components:
164164 # ---------------------------------------------------------------------------------------
165165 # Use private registry
166166 # ---------------------------------------------------------------------------------------
167- # - ../../components/enable/private-registry # -- Update images name to private registry name
167+ - ../../components/enable/private-registry # -- Update images name to private registry name
168168 # CONFIG KEYS: PRIVATE_REGISTRY
169169 #
170170 # - ../../components/resources/imagepullsecrets # -- Add imagePullSecrets field to all resources
You can’t perform that action at this time.
0 commit comments