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() {
173
173
template=$( echo " $template " | sed -e " s:%NAMESPACE%:${namespace} :g;\
174
174
s:%WEBLOGIC_IMAGE_PULL_POLICY%:${imagePullPolicy} :g;\
175
175
s:%WEBLOGIC_IMAGE_PULL_SECRET_NAME%:${pullsecret} :g;\
176
- s:%WEBLOGIC_IMAGE_PULL_SECRET_PREFIX%:${pullsecretPrefix} :g;\
177
176
s:%CLAIM_NAME%:${claimName} :g;s:%VOLUME_MOUNT_PATH%:${mountPath} :g;\
178
177
s:%RUN_AS_ROOT_PREFIX%:${runAsRoot} :g;\
179
178
s?image:.*?image: ${image} ?g" )
Original file line number Diff line number Diff line change 13
13
- args:
14
14
- sleep
15
15
- infinity
16
- image: ghcr.io/oracle/oraclelinux:8-slim
16
+ image: ghcr.io/oracle/oraclelinux:8
17
17
imagePullPolicy: %WEBLOGIC_IMAGE_PULL_POLICY%
18
18
name: pvhelper
19
19
volumeMounts:
31
31
- name: pv-volume
32
32
persistentVolumeClaim:
33
33
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