Skip to content

Commit

Permalink
Update managing-secret-using-config-file.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tengqm committed Oct 9, 2023
1 parent 60d9f83 commit cf83760
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ stringData:
```

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

When you retrieve the Secret data, the command returns the encoded values,
Expand Down Expand Up @@ -157,7 +157,7 @@ stringData:
```

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

The `Secret` object is created as follows:
Expand Down

0 comments on commit cf83760

Please sign in to comment.