Skip to content

Commit 4f01065

Browse files
committed
naming fixes
1 parent 15c2ec9 commit 4f01065

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/templates/secret.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: lodestar-artifacts-configuration
66
type: Opaque
77
stringData:
8-
LODESTAR_GITLAB_API_URL: "{{ .Values.api.gitlab }}"
8+
GITLAB_API_URL: "{{ .Values.api.gitlab }}"
99
DATABASE_SERVICE_NAME: "{{ .Values.db.mongodbServiceName }}"
1010
MONGODB_USER: "{{ .Values.db.mongodbUser }}"
1111
MONGODB_PASSWORD: "{{ .Values.db.mongodbPassword }}"

0 commit comments

Comments
 (0)