Skip to content
Closed
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
3 changes: 2 additions & 1 deletion charts/countly-web-ui-canary/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ image:
tag: "" # fallback; ignored if digest is set
pullPolicy: IfNotPresent

imagePullSecrets: []
imagePullSecrets:
- name: countly-registry
Comment on lines +15 to +16

# Stable backend services in this same namespace, reused by ingress routing.
backend:
Expand Down
Loading