File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
kubernetes/samples/scripts/domain-lifecycle Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -173,7 +173,6 @@ createPod() {
173173 template=$( echo " $template " | sed -e " s:%NAMESPACE%:${namespace} :g;\
174174 s:%WEBLOGIC_IMAGE_PULL_POLICY%:${imagePullPolicy} :g;\
175175 s:%WEBLOGIC_IMAGE_PULL_SECRET_NAME%:${pullsecret} :g;\
176- s:%WEBLOGIC_IMAGE_PULL_SECRET_PREFIX%:${pullsecretPrefix} :g;\
177176 s:%CLAIM_NAME%:${claimName} :g;s:%VOLUME_MOUNT_PATH%:${mountPath} :g;\
178177 s:%RUN_AS_ROOT_PREFIX%:${runAsRoot} :g;\
179178 s?image:.*?image: ${image} ?g" )
Original file line number Diff line number Diff line change 1313 - args:
1414 - sleep
1515 - infinity
16- image: ghcr.io/oracle/oraclelinux:8-slim
16+ image: ghcr.io/oracle/oraclelinux:8
1717 imagePullPolicy: %WEBLOGIC_IMAGE_PULL_POLICY%
1818 name: pvhelper
1919 volumeMounts:
3131 - name: pv-volume
3232 persistentVolumeClaim:
3333 claimName: %CLAIM_NAME%
34- %WEBLOGIC_IMAGE_PULL_SECRET_PREFIX% imagePullSecrets:
35- %WEBLOGIC_IMAGE_PULL_SECRET_PREFIX% - name: %WEBLOGIC_IMAGE_PULL_SECRET_NAME%
34+ imagePullSecrets:
35+ - name: %WEBLOGIC_IMAGE_PULL_SECRET_NAME%
You can’t perform that action at this time.
0 commit comments