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):
147
147
checkStatus = 'FAILED'
148
148
addError (
149
149
"Error: expected original value and actual value to differ "
150
- + " but got value '" + originalValue + "' for both"
150
+ + " but got value '" + originalActual + "' for both"
151
151
+ " for bean_path=serverConfig/" + bean_path
152
152
+ " attr='" + attr + "'. "
153
153
)
Original file line number Diff line number Diff line change 34
34
- name: weblogic-credentials-volume
35
35
mountPath: /weblogic-operator/secrets
36
36
readOnly: true
37
+ - name: my-secret-volume
38
+ mountPath: /weblogic-operator/config-overrides-secrets/my-secret
39
+ readOnly: true
37
40
- name: weblogic-domain-cm-volume
38
41
mountPath: /weblogic-operator/scripts
39
42
readOnly: true
50
53
secret:
51
54
defaultMode: 420
52
55
secretName: ${WEBLOGIC_CREDENTIALS_SECRET_NAME}
56
+ - name: my-secret-volume
57
+ secret:
58
+ defaultMode: 420
59
+ secretName: my-secret
53
60
- name: weblogic-domain-cm-volume
54
61
configMap:
55
62
defaultMode: 365
You can’t perform that action at this time.
0 commit comments