mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-14 11:57:59 +00:00
f44f366e05
* remove hostname from keeper configuration Signed-off-by: Pedro Parra Ortega <parraortega.pedro@gmail.com>
12 lines
393 B
YAML
12 lines
393 B
YAML
---
|
|
apiVersion: external-secrets.io/v1beta1
|
|
kind: SecretStore
|
|
metadata:
|
|
name: keeper
|
|
spec:
|
|
provider:
|
|
keepersecurity:
|
|
authRef: # Refer to a kubernetes secret which holds the base64 encoded json string for the configuration
|
|
name: keeper-configuration
|
|
key: auth
|
|
folderID: 1qdsiewFW-U # Folder ID where the secrets can be pushed. It requires write permissions
|