Remove ArgoCD certificate and key files; add External Secrets Helm chart with Bitwarden SDK server integration, including configuration files, templates, and monitoring dashboard.
This commit is contained in:
12
manifest/external-secrets/templates/NOTES.txt
Normal file
12
manifest/external-secrets/templates/NOTES.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
{{- $shouldRenderStr := include "external-secrets.shouldRenderServiceMonitor" . | trim }}
|
||||
external-secrets has been deployed successfully in namespace {{ template "external-secrets.namespace" . }}!
|
||||
|
||||
In order to begin using ExternalSecrets, you will need to set up a SecretStore
|
||||
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 and .Values.serviceMonitor.enabled (eq $shouldRenderStr "false") -}}
|
||||
WARNING: ServiceMonitors were not deployed due to missing CRD monitoring.coreos.com/v1/ServiceMonitor
|
||||
{{- end -}}
|
||||
Reference in New Issue
Block a user