Skip to content

Commit

Permalink
Merge pull request #6 from xmlking/xmlking-patch-2
Browse files Browse the repository at this point in the history
docs: Update kubernetes.md
  • Loading branch information
xmlking authored Jun 2, 2024
2 parents a7a29a2 + d8c6b76 commit 876faee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/devops/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,10 +237,10 @@ kubectl alpha debug -it ephemeral-demo --image=busybox --target=ephemeral-demo

#### Generateing k8s YAML from local files using `--dry-run`
```shell
# generate a kubernetes tls file
# generate a kubernetes tls secret from files
kubectl create secret tls keycloak-secrets-tls \
--key tls.key --cert tls.crt \
-o yaml --dry-run > 02-keycloak-secrets-tls.yml
--key key.pem --cert cert.pem \
-o yaml --dry-run=client > keycloak-secrets-tls.yml
```

#### iTerm2 tips
Expand Down

0 comments on commit 876faee

Please # to comment.