|
| 1 | +################################################################################################ |
| 2 | +# [BUILD CONFIGURATIONS] |
| 3 | +# Some components read the configuration values in this file during the Kustomize build-process |
| 4 | +# |
| 5 | +# HOW TO USE: |
| 6 | +# Enter the configuration values as instructed by components used in your kustomization.yaml |
| 7 | +# Always refer to the component’s documentation or comments before updating |
| 8 | +################################################################################################ |
| 9 | +apiVersion: v1 |
| 10 | +kind: ConfigMap |
| 11 | +metadata: |
| 12 | + annotations: |
| 13 | + description: Some components read the configuration values from the "data" field below during the build process. You only need to update this file if you are using components that require specific CONFIG_KEYS. If no components in your overlay require extra configuration, no update is necessary. |
| 14 | + labels: |
| 15 | + deploy: sourcegraph |
| 16 | + name: sourcegraph-kustomize-build-config |
| 17 | +data: |
| 18 | + # example: |
| 19 | + EXAMPLE_CONFIG_KEY: example |
| 20 | + #-------- Update config options below ---------# |
| 21 | + # AWS_MANAGED_CERT_ARN: __placeholder__ |
| 22 | + # GKE_MANAGED_CERT_NAME: __placeholder__ |
| 23 | + # HOST_DOMAIN: __placeholder__ |
| 24 | + # NEW_REDIS_CACHE_ENDPOINT: __placeholder__ |
| 25 | + # NEW_REDIS_STORE_ENDPOINT: __placeholder__ |
| 26 | + PRIVATE_REGISTRY: my-private-registry.io |
| 27 | + IMAGE_PULL_SECRET_NAME: secret-registry-key |
| 28 | + # SSD_NODE_PATH: __placeholder__ |
| 29 | + # STORAGECLASS_NAME: __placeholder__ |
| 30 | + # STORAGECLASS_PROVISIONER: __placeholder__ |
| 31 | + # STORAGECLASS_PARAM_TYPE: __placeholder__ |
| 32 | + # TLS_HOST: __placeholder__ |
| 33 | + # TLS_INGRESS_CLASS_NAME: __placeholder__ |
| 34 | + # TLS_CLUSTER_ISSUER: __placeholder__ |
| 35 | + # TLS_SECRET_NAME: __placeholder__ |
0 commit comments