Skip to content

Commit

Permalink
gchqgh-101 Correcting samples and simplifying
Browse files Browse the repository at this point in the history
  • Loading branch information
m29827 committed Nov 11, 2020
1 parent 8ea49a0 commit 5c5c9b5
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 442 deletions.
4 changes: 2 additions & 2 deletions kubernetes/gaffer-operator/docs/kind-deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ EOF

## Deploy a graph using the examples:
```bash
./generated/gaffer-operator/bin/kustomize build ./examples/overlays | kubectl apply -f -
kubectl apply -f examples/insecure_values.yaml
```

## Undeploy graph:
```bash
./generated/gaffer-operator/bin/kustomize build ./examples/overlays | kubectl delete -f -
kubectl delete -f examples/insecure_values.yaml
```
Loading

0 comments on commit 5c5c9b5

Please sign in to comment.