Skip to content

Commit cf83760

Browse files
authored
Update managing-secret-using-config-file.md
1 parent 60d9f83 commit cf83760

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/tasks/configmap-secret/managing-secret-using-config-file.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ stringData:
110110
```
111111
112112
{{< note >}}
113-
`stringData` for a Secret does not work well with server-side apply
113+
The `stringData` field for a Secret does not work well with server-side apply.
114114
{{< /note >}}
115115

116116
When you retrieve the Secret data, the command returns the encoded values,
@@ -157,7 +157,7 @@ stringData:
157157
```
158158

159159
{{< note >}}
160-
`stringData` for a Secret does not work well with server-side apply
160+
The `stringData` field for a Secret does not work well with server-side apply.
161161
{{< /note >}}
162162

163163
The `Secret` object is created as follows:

0 commit comments

Comments
 (0)