mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-14 11:57:59 +00:00
Fix README examples and resource samples
This commit is contained in:
parent
6ac4860f23
commit
5e3c3e8d3f
3 changed files with 5 additions and 5 deletions
|
@ -34,7 +34,7 @@ make run
|
|||
Apply the sample resources:
|
||||
```shell
|
||||
kubectl apply -f config/samples/external-secrets_v1alpha1_secretstore.yaml
|
||||
kubectl applt -f config/samples/external-secrets_v1alpha1_externalsecret.yaml
|
||||
kubectl apply -f config/samples/external-secrets_v1alpha1_externalsecret.yaml
|
||||
```
|
||||
|
||||
We will add more documentation once we have the implementation for the different providers.
|
||||
|
|
|
@ -11,7 +11,7 @@ spec:
|
|||
name: secret-to-be-created
|
||||
creationPolicy: Owner
|
||||
|
||||
refreshInternal: 1h
|
||||
refreshInterval: 1h
|
||||
|
||||
data:
|
||||
- secretKey: secret-key-to-be-managed
|
||||
|
@ -22,4 +22,4 @@ spec:
|
|||
|
||||
dataFrom:
|
||||
- remoteRef:
|
||||
key: remote-key-in-the-provider
|
||||
key: remote-key-in-the-provider
|
||||
|
|
|
@ -9,11 +9,11 @@ spec:
|
|||
awssm:
|
||||
auth:
|
||||
secretRef:
|
||||
accessKeyID:
|
||||
accessKeyIDSecretRef:
|
||||
name: awssm-secret
|
||||
key: access-key
|
||||
|
||||
secretAccessKey:
|
||||
secretAccessKeySecretRef:
|
||||
name: awssm-secret
|
||||
key: secret-access-key
|
||||
|
||||
|
|
Loading…
Reference in a new issue