Skip to content

Commit

Permalink
docs: add deprecation notice (#697)
Browse files Browse the repository at this point in the history
Add deprecation notice to helm notes in case
user deployed CR via helm.

This mode of operation is intended to be deprecated Users should
transition to deploying CR independently post helm install/update
  • Loading branch information
adrianchiris authored Nov 30, 2023
2 parents d1d23e9 + e84bd7f commit c40b096
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion deployment/network-operator/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Get Network Operator deployed resources by running the following commands:

$ kubectl -n {{ .Release.Namespace }} get pods
$ kubectl -n {{ .Release.Namespace }} get pods

{{ if .Values.deployCR }}
IMPORTANT:
* Deploying NicClusterPolicy Custom Resource through helm is deprecated,
* support will be removed in future release.
* Please set deployCR=false in your helm values and create/update NicClusterPolicy
* Custom Resource directly, post helm install/update.
{{- end}}

0 comments on commit c40b096

Please sign in to comment.