Skip to content

Commit b205baa

Browse files
authored
Merge pull request #56054 from Amrita42/BZ2112254
BZ2112254: corrects the CR
2 parents 58d7d89 + 3dbf338 commit b205baa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ephemeral-storage-sharing-configmaps-across-namespaces.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ kind: SharedConfigMap
2727
metadata:
2828
name: my-share
2929
spec:
30-
secretRef:
30+
configMapRef:
3131
name: <name of configmap>
3232
namespace: <namespace of configmap>
3333
EOF

0 commit comments

Comments
 (0)