diff --git a/deployment/network-operator/templates/NOTES.txt b/deployment/network-operator/templates/NOTES.txt index c4417902..8ab4fda1 100644 --- a/deployment/network-operator/templates/NOTES.txt +++ b/deployment/network-operator/templates/NOTES.txt @@ -1,3 +1,11 @@ Get Network Operator deployed resources by running the following commands: -$ kubectl -n {{ .Release.Namespace }} get pods \ No newline at end of file +$ 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}} \ No newline at end of file