Skip to content

Commit

Permalink
Improved docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
lreimer committed Dec 5, 2024
1 parent 7b53960 commit ae9d10c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,12 @@ kubectl annotate namespace default cnrm.cloud.google.com/project-id="cloud-nativ
make create-gke-es-sa

# if required change and apply the ClusterSecretStore CRD
kubectl apply -f infrastructure/platform/external-secrets/secret-store.yaml
# kubectl apply -f infrastructure/platform/external-secrets/secret-store.yaml

# this is how to create secrets in the
# this is how to create secrets in the Security Manager
gcloud secrets create external-secrets-sa --data-file=external-secrets-sa.json --replication-policy=automatic

# to demonstrate the secrets synchronization
kubectl apply -f infrastructure/platform/external-secrets/sa-secret.yaml
kubectl get secret gcp-sa-credentials -o jsonpath='{.data.external-secrets-sa\.json}' | base64 -d
```
Expand Down

0 comments on commit ae9d10c

Please sign in to comment.