Commit Graph

10 Commits (master)

Author SHA1 Message Date
Xavier Grand 17f20eeabe
Fix kubectl exec (#61)
Error:
```
$> kubectl exec -ti redis-with-volume-secrets /bin/bash
kubectl exec [POD] [COMMAND] is DEPRECATED and will be removed in a future version. Use kubectl exec [POD] -- [COMMAND] instead.
error: unable to upgrade connection: container not found ("redis")
```
4 years ago
antoinegauvain a5b4383297
Various fixes (#57)
* fix: fix internal service filename in 08-service section

* fix: typo

* fix: fix markdownlint in CI

* fix: typo

* fix: typo

* fix: `environment variables`, not `environmental`

* fix: typo & missing punctuation

* fix: `much` not `many`

* fix: `lets` not `let's`

* fix: typo

* fix: typo

* fix: phrasing

* fix: typo

* fix: typo

* fix: mysql operator manifest api version

got this error while trying to run it as is:

error: unable to recognize "20-operators/01-mysql-operator.yml": no matches for
kind "Deployment" in version "apps/v1beta1"

* fix: spelling
4 years ago
Benjamin Baron 5ebea66c4d Add how to look up the secrets in both cases (#41)
* Add how to look up the secrets in both cases

* Update README.md

* lint
5 years ago
Rémy-Christophe Schermesser 348d5f2bd6
chore: cleanup md, remove empty sections (#32) 5 years ago
Rémy-Christophe Schermesser 3c5b855dc4
fix: use sh in md (#28) 5 years ago
Rémy-Christophe Schermesser cfa5d4e104
fix: use yml in markdown (#27) 5 years ago
Rémy-Christophe Schermesser 813a7787c1
chore: lint yaml (#19) 5 years ago
Rémy-Christophe Schermesser dee077194f feat: add some links for further readings 5 years ago
Rémy-Christophe Schermesser 8068e20537
fix(secrets): add cleanup (#16) 5 years ago
Rémy-Christophe Schermesser 89af75173a chore: reorder the sections 5 years ago