Remove serviceaccount and secret from template.

This commit is contained in:
Andrew Pitt
2021-04-20 09:01:28 -04:00
parent 81175d8e77
commit e3b0edbf30

View File

@@ -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: