We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15c2ec9 commit 4f01065Copy full SHA for 4f01065
deployment/templates/secret.yaml
@@ -5,7 +5,7 @@ metadata:
5
name: lodestar-artifacts-configuration
6
type: Opaque
7
stringData:
8
- LODESTAR_GITLAB_API_URL: "{{ .Values.api.gitlab }}"
+ GITLAB_API_URL: "{{ .Values.api.gitlab }}"
9
DATABASE_SERVICE_NAME: "{{ .Values.db.mongodbServiceName }}"
10
MONGODB_USER: "{{ .Values.db.mongodbUser }}"
11
MONGODB_PASSWORD: "{{ .Values.db.mongodbPassword }}"
0 commit comments