fix: delete image after build or push, use orgsecret

This commit is contained in:
2021-01-08 16:53:49 +01:00
parent a600c9e8f1
commit 4a053cc485
4 changed files with 14 additions and 16 deletions

View File

@@ -28,11 +28,11 @@ For a kubernetes environment you can use the [YAML-File](network-tools.yaml) by
executing the following command.
```bash
$ kubectl create -f https://git.cryptic.systems/volker.raschek/network-tools/network-tools.yml
kubectl create -f https://git.cryptic.systems/volker.raschek/network-tools/network-tools.yml
```
Execute a shell inside the container by
```bash
kubectl exec -it network-tools -- sh
```
```