Browse Source

chore: add note for users using prometheus.enabled

Moritz Johner 4 years ago
parent
commit
a98895a647
1 changed files with 6 additions and 0 deletions
  1. 6 0
      deploy/charts/external-secrets/templates/NOTES.txt

+ 6 - 0
deploy/charts/external-secrets/templates/NOTES.txt

@@ -5,3 +5,9 @@ or ClusterSecretStore resource (for example, by creating a 'vault' SecretStore).
 
 
 More information on the different types of SecretStores and how to configure them
 More information on the different types of SecretStores and how to configure them
 can be found in our Github: {{ .Chart.Home }}
 can be found in our Github: {{ .Chart.Home }}
+
+{{ if  .Values.prometheus.enabled -}}
+deprecation warning:
+> The flag `prometheus.enabled` is deprecated and will be removed in the next release.
+  Please migrate to using servicemonitor instead.
+{{ end }}