Skip to content

Commit

Permalink
πŸ“ doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
mfreeman451 committed Dec 18, 2024
1 parent dbd5dba commit 8d691b2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions k8s/spire/base/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# spire server setup

## Setup secret

```yaml
apiVersion: v1
kind: Secret
metadata:
name: spire-postgres
namespace: spire
type: Opaque
stringData:
DB_PASSWORD: ""
```
## Create server
```shell
Expand All @@ -22,3 +35,5 @@ kubectl exec -n spire spire-server-0 -- \
-selector k8s:ns:default \
-selector k8s:sa:default
```


0 comments on commit 8d691b2

Please sign in to comment.