File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
src/integration-tests/introspector Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ def addError(err):
147147 checkStatus = 'FAILED'
148148 addError (
149149 "Error: expected original value and actual value to differ "
150- + " but got value '" + originalValue + "' for both"
150+ + " but got value '" + originalActual + "' for both"
151151 + " for bean_path=serverConfig/" + bean_path
152152 + " attr='" + attr + "'. "
153153 )
Original file line number Diff line number Diff line change 3434 - name: weblogic-credentials-volume
3535 mountPath: /weblogic-operator/secrets
3636 readOnly: true
37+ - name: my-secret-volume
38+ mountPath: /weblogic-operator/config-overrides-secrets/my-secret
39+ readOnly: true
3740 - name: weblogic-domain-cm-volume
3841 mountPath: /weblogic-operator/scripts
3942 readOnly: true
5053 secret:
5154 defaultMode: 420
5255 secretName: ${WEBLOGIC_CREDENTIALS_SECRET_NAME}
56+ - name: my-secret-volume
57+ secret:
58+ defaultMode: 420
59+ secretName: my-secret
5360 - name: weblogic-domain-cm-volume
5461 configMap:
5562 defaultMode: 365
You can’t perform that action at this time.
0 commit comments