Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
NoeSamaille committed Apr 27, 2024
2 parents 8730a3f + 0ad1c3c commit 3a8f1dd
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docs/labs/security/inject-k8s-secrets-vault.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,24 +92,24 @@ The recommended way to run Vault on Kubernetes is via the [Helm chart](https://d
```yaml
cat <<EOF > vault-ocp.values.yaml
global:
openshift: true
openshift: true
injector:
image:
repository: "registry.connect.redhat.com/hashicorp/vault-k8s"
tag: "1.4.1-ubi"
image:
repository: "registry.connect.redhat.com/hashicorp/vault-k8s"
tag: "1.4.1-ubi"
agentImage:
repository: "registry.connect.redhat.com/hashicorp/vault"
tag: "1.16.1-ubi"
repository: "registry.connect.redhat.com/hashicorp/vault"
tag: "1.16.1-ubi"
server:
image:
repository: "registry.connect.redhat.com/hashicorp/vault"
tag: "1.16.1-ubi"
image:
repository: "registry.connect.redhat.com/hashicorp/vault"
tag: "1.16.1-ubi"
readinessProbe:
path: "/v1/sys/health?uninitcode=204"
path: "/v1/sys/health?uninitcode=204"
EOF
```
Expand Down

0 comments on commit 3a8f1dd

Please sign in to comment.