NOTES.txt 679 B

123456789101112
  1. {{- $shouldRenderStr := include "external-secrets.shouldRenderServiceMonitor" . | trim }}
  2. external-secrets has been deployed successfully in namespace {{ template "external-secrets.namespace" . }}!
  3. In order to begin using ExternalSecrets, you will need to set up a SecretStore
  4. or ClusterSecretStore resource (for example, by creating a 'vault' SecretStore).
  5. More information on the different types of SecretStores and how to configure them
  6. can be found in our Github: {{ .Chart.Home }}
  7. {{- if and .Values.serviceMonitor.enabled (eq $shouldRenderStr "false") -}}
  8. WARNING: ServiceMonitors were not deployed due to missing CRD monitoring.coreos.com/v1/ServiceMonitor
  9. {{- end -}}