Explorar o código

chore: add note for users using prometheus.enabled

Moritz Johner %!s(int64=4) %!d(string=hai) anos
pai
achega
a98895a647
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  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
 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 }}