Skip to content
This repository was archived by the owner on Jul 11, 2023. It is now read-only.

chore(demo): Add CTR_REGISTRY_CREDS_NAME to mysql demo container #4186

Merged
merged 1 commit into from
Sep 29, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions demo/deploy-mysql.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ spec:
volumes:
- name: data
emptyDir: {}
imagePullSecrets:
- name: $CTR_REGISTRY_CREDS_NAME
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that in .env.example, CTR_REGISTRY_CREDS_NAME is optional. We need to ensure it is defined.

volumeClaimTemplates:
- metadata:
name: data
Expand Down