Skip to content
Closed
Show file tree
Hide file tree
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: 1 addition & 1 deletion bedrock-migration/templates/bedrock-migration-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
spec:
containers:
- name: bedrock-migration-job
image: {{ .Values.cpfs.imagePullPrefix | default .Values.global.imagePullPrefix }}/{{ .Values.cpfs.imageRegistryNamespaceOperand }}/cpfs-utils:latest
image: {{ .Values.global.installConfigImagePullPrefix | default (.Values.cpfs.imagePullPrefix | default .Values.global.imagePullPrefix) }}/{{ .Values.cpfs.imageRegistryNamespaceOperand }}/cpfs-utils:latest
command:
- bash
- -c
Expand Down
1 change: 1 addition & 0 deletions bedrock-migration/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ global:
operatorNamespace: "cs-op"
instanceNamespace: "cs-serv"
tetheredNamespaces: [""]
installConfigImagePullPrefix: "" # Optional, CPD requested: Override image pull prefix for installation config
imagePullPrefix: icr.io
imagePullSecret: ibm-entitlement-key

Expand Down