-
Notifications
You must be signed in to change notification settings - Fork 912
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove repeated configurations and other stuff
As long as this PR merged, this is not needed: helm/charts#6600
- Loading branch information
Néstor Salceda
committed
Jul 11, 2018
1 parent
3afe046
commit bed3604
Showing
7 changed files
with
0 additions
and
1,790 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,9 @@ | ||
deploy: | ||
kubectl apply -f nats/ | ||
kubectl create configmap falco-config --from-file=falco-config/ || true | ||
kubectl apply -f falco/ | ||
kubectl apply -f kubeless/ | ||
kubectl apply -f network-policy.yaml | ||
|
||
clean: | ||
kubectl delete -f kubeless/ | ||
kubectl delete configmap falco-config | ||
kubectl delete -f falco/ | ||
kubectl delete -f nats/ | ||
kubectl delete -f network-policy.yaml |
102 changes: 0 additions & 102 deletions
102
integrations/kubernetes-response-engine/deployment/falco-config/falco.yaml
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
integrations/kubernetes-response-engine/deployment/falco-config/falco_rules.local.yaml
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.