Switch back to heptio-ark for the server

Signed-off-by: Andy Goldstein <andy.goldstein@gmail.com>
This commit is contained in:
Andy Goldstein
2018-04-05 11:19:11 -04:00
parent 74f60b1ee1
commit 1545406472
11 changed files with 30 additions and 33 deletions
+2 -8
View File
@@ -93,18 +93,12 @@ kind: Namespace
metadata:
name: heptio-ark
---
apiVersion: v1
kind: Namespace
metadata:
name: heptio-ark-server
---
apiVersion: v1
kind: ServiceAccount
metadata:
name: ark
namespace: heptio-ark-server
namespace: heptio-ark
labels:
component: ark
@@ -117,7 +111,7 @@ metadata:
component: ark
subjects:
- kind: ServiceAccount
namespace: heptio-ark-server
namespace: heptio-ark
name: ark
roleRef:
kind: ClusterRole
+1 -3
View File
@@ -16,7 +16,7 @@
apiVersion: apps/v1beta1
kind: Deployment
metadata:
namespace: heptio-ark-server
namespace: heptio-ark
name: ark
spec:
replicas: 1
@@ -34,8 +34,6 @@ spec:
- /ark
args:
- server
- --namespace
- heptio-ark
volumeMounts:
- name: cloud-credentials
mountPath: /credentials