diff options
author | Mandeep Khinda <mandeep.khinda@amdocs.com> | 2017-10-05 14:11:20 +0000 |
---|---|---|
committer | Mandeep Khinda <mandeep.khinda@amdocs.com> | 2017-10-05 14:11:20 +0000 |
commit | cdabac5a645dc52162835a9ace8c36dcb05db5e1 (patch) | |
tree | b9e824ebd357e4aa16692598bc557c4fae6d7f8d /kubernetes/oneclick/appc.sh | |
parent | edc594156c05cfd3949e30312d29a59cf69349d6 (diff) |
removing obsolete kubectl scripts
a low hanging fruit
Issue-ID: OOM-262
Change-Id: I2a0693948599fb1055a0f527acd7c9c8c9b0efb0
Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
Diffstat (limited to 'kubernetes/oneclick/appc.sh')
-rwxr-xr-x | kubernetes/oneclick/appc.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/kubernetes/oneclick/appc.sh b/kubernetes/oneclick/appc.sh deleted file mode 100755 index 2db7b210b2..0000000000 --- a/kubernetes/oneclick/appc.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/bash - -KUBECTL_CMD="kubectl --namespace $1-$2 $3 -f ../$2" - -printf "App-c....\n" -$KUBECTL_CMD/db-deployment.yaml -$KUBECTL_CMD/appc-deployment.yaml -$KUBECTL_CMD/dgbuilder-deployment.yaml |