File tree Expand file tree Collapse file tree 4 files changed +5
-8
lines changed Expand file tree Collapse file tree 4 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -278,7 +278,7 @@ function createYamlFiles {
278
278
cp ${jobInput} ${jobOutput}
279
279
sed -i -e " s:%NAMESPACE%:$namespace :g" ${jobOutput}
280
280
sed -i -e " s:%SECRET_NAME%:${secretName} :g" ${jobOutput}
281
- sed -i -e " s:%DOCKER_STORE_REGISTRY_SECRET %:${imagePullSecretName} :g" ${jobOutput}
281
+ sed -i -e " s:%DOCKER_REGISTRY_SECRET %:${imagePullSecretName} :g" ${jobOutput}
282
282
sed -i -e " s:%IMAGE_PULL_SECRET_PREFIX%:${imagePullSecretPrefix} :g" ${jobOutput}
283
283
sed -i -e " s:%PERSISTENT_VOLUME_CLAIM%:${persistenceVolumeClaimName} :g" ${jobOutput}
284
284
sed -i -e " s:%CREATE_DOMAIN_SCRIPT%:${createDomainScript} :g" ${jobOutput}
Original file line number Diff line number Diff line change @@ -310,7 +310,7 @@ function createYamlFiles {
310
310
sed -i -e " s|%ACCOUNT_NAME%|$serviceAccount |g" ${oprOutput}
311
311
sed -i -e " s|%IMAGE%|$image |g" ${oprOutput}
312
312
sed -i -e " s|%IMAGE_PULL_POLICY%|$imagePullPolicy |g" ${oprOutput}
313
- sed -i -e " s|%DOCKER_STORE_REGISTRY_SECRET %|${imagePullSecretName} |g" ${oprOutput}
313
+ sed -i -e " s|%DOCKER_REGISTRY_SECRET %|${imagePullSecretName} |g" ${oprOutput}
314
314
sed -i -e " s|%IMAGE_PULL_SECRET_PREFIX%|${imagePullSecretPrefix} |g" ${oprOutput}
315
315
sed -i -e " s|%EXTERNAL_OPERATOR_SERVICE_PREFIX%|$externalOperatorServicePrefix |g" ${oprOutput}
316
316
sed -i -e " s|%EXTERNAL_REST_HTTPS_PORT%|$externalRestHttpsPort |g" ${oprOutput}
Original file line number Diff line number Diff line change @@ -525,4 +525,4 @@ spec:
525
525
secret :
526
526
secretName : %SECRET_NAME%
527
527
%IMAGE_PULL_SECRET_PREFIX%imagePullSecrets:
528
- %IMAGE_PULL_SECRET_PREFIX%- name: %DOCKER_STORE_REGISTRY_SECRET %
528
+ %IMAGE_PULL_SECRET_PREFIX%- name: %DOCKER_REGISTRY_SECRET %
Original file line number Diff line number Diff line change @@ -112,11 +112,8 @@ spec:
112
112
%ELK_INTEGRATION_PREFIX%- name: log-dir
113
113
%ELK_INTEGRATION_PREFIX% emptyDir:
114
114
%ELK_INTEGRATION_PREFIX% medium: Memory
115
- # Update the imagePullSecrets with the name of your Kubernetes secret containing
116
- # your credentials for the Docker Store/Oracle Container Registry.
117
- # ### artifactory credentials during internal development phase
118
- imagePullSecrets :
119
- - name : wlsldi-secret
115
+ %IMAGE_PULL_SECRET_PREFIX%imagePullSecrets:
116
+ %IMAGE_PULL_SECRET_PREFIX%- name: %DOCKER_REGISTRY_SECRET%
120
117
121
118
---
122
119
%EXTERNAL_OPERATOR_SERVICE_PREFIX%apiVersion: v1
You can’t perform that action at this time.
0 commit comments