Skip to content
Snippets Groups Projects
Verified Commit c8965bfd authored by David Hoese's avatar David Hoese
Browse files

Wrap k8s deprecation changes in a details tag

parent e7941da1
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,9 @@ At the time of writing, only one small change has been made to this helm
chart to reflect deprecations in newer versions of Kubernetes. These changes
can be seen in this commit: 8477b491d94b120ecda0953ed230e7589e3cfb56. For convenience, the changes are shown below.
<details>
<summary>Kubernetes Deprecation Changes</summary>
```diff
--- a/chart/helm-nginx-example/templates/ingress.yaml (revision 6498dbf8231b37d521831df91af1418631b91722)
+++ b/chart/helm-nginx-example/templates/ingress.yaml (date 1620663685002)
......@@ -54,6 +57,8 @@ can be seen in this commit: 8477b491d94b120ecda0953ed230e7589e3cfb56. For conven
```
</details>
Check the git history of the `chart` directory for any other changes that
may have been made.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment