mirror of
https://github.com/lucky-sideburn/kubeinvaders.git
synced 2026-04-05 01:46:55 +00:00
Remove serviceaccount and secret from template.
This commit is contained in:
@@ -24,14 +24,7 @@ parameters:
|
||||
value: kubeinvaders
|
||||
- description: A namespaces to stress with KubeInvaders.
|
||||
name: TARGET_NAMESPACE
|
||||
- description: Secret of the serviceAccount that can kill PODs in specific namespace.
|
||||
name: KUBEINVADERS_SECRET
|
||||
objects:
|
||||
- apiVersion: v1
|
||||
kind: ServiceAccount
|
||||
metadata:
|
||||
name: kubeinvaders
|
||||
namespace: ${NAMESPACE}
|
||||
- apiVersion: route.openshift.io/v1
|
||||
kind: Route
|
||||
metadata:
|
||||
|
||||
Reference in New Issue
Block a user