Skip to content

Commit

Permalink
add trailing slash to dockerconfigjson secret creation server
Browse files Browse the repository at this point in the history
  • Loading branch information
sidpalas committed Jul 19, 2024
1 parent 51ca9f0 commit 96aaf84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 04-built-in-resource-types/Secret/Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ tasks:
[email protected] \
--docker-username=username \
--docker-password=password \
--docker-server=https://index.docker.io/v1
--docker-server=https://index.docker.io/v1/
08-apply-dockerconfigjson:
desc: "Apply a Docker registry secret configuration"
Expand Down
2 changes: 1 addition & 1 deletion 07-deploying-demo-application/Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ tasks:
--docker-email=${DOCKER_EMAIL} \
--docker-username=${DOCKER_USERNAME} \
--docker-password=${DOCKER_PASSWORD} \
--docker-server=https://index.docker.io/v1
--docker-server=https://index.docker.io/v1/
load-generator-python:apply:
desc: "Apply kubernetes resource manifests for load-generator-python application"
Expand Down

0 comments on commit 96aaf84

Please sign in to comment.