Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
f122aa4e
"pcdet/git@developer.sourcefind.cn:OpenDAS/openpcdet.git" did not exist on "eaa36cef3092df17a30761c8dac988234bb4643b"
Unverified
Commit
f122aa4e
authored
May 01, 2025
by
hhzhang16
Committed by
GitHub
May 01, 2025
Browse files
fix: default docker username and password are empty (#926)
parent
2d2a1027
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
deploy/dynamo/helm/deploy.sh
deploy/dynamo/helm/deploy.sh
+2
-2
No files found.
deploy/dynamo/helm/deploy.sh
View file @
f122aa4e
...
...
@@ -23,8 +23,8 @@ HELM_CMD=$(which helm)
# Set default values only if not already set
export
NAMESPACE
=
"
${
NAMESPACE
:
=dynamo-cloud
}
"
# Default namespace
export
RELEASE_NAME
=
"
${
RELEASE_NAME
:
=
${
NAMESPACE
}}
"
# Default release name is same as namespace
export
DOCKER_USERNAME
=
"
${
DOCKER_USERNAME
:
=<your-docker-username>
}
"
# Default docker username
export
DOCKER_PASSWORD
=
"
${
DOCKER_PASSWORD
:
=<your-docker-password>
}
"
# Default docker password
export
DOCKER_USERNAME
=
"
${
DOCKER_USERNAME
:
-
}
"
# Default docker username
is empty
export
DOCKER_PASSWORD
=
"
${
DOCKER_PASSWORD
:
-
}
"
# Default docker password
is empty
export
DOCKER_SERVER
=
"
${
DOCKER_SERVER
:
=<your-docker-server>
}
"
# Default docker server
export
PIPELINES_DOCKER_SERVER
=
"
${
PIPELINES_DOCKER_SERVER
:
=
${
DOCKER_SERVER
}}
"
export
PIPELINES_DOCKER_USERNAME
=
"
${
PIPELINES_DOCKER_USERNAME
:
=
${
DOCKER_USERNAME
}}
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment