Merge pull request #425 from lypht/fix_gcp_ns
Reverting namespace to single namespace deploymentpull/427/head
commit
71e1e2990e
|
@ -82,7 +82,7 @@ For more information, see [the AWS documentation on IAM users][14].
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
aws iam put-user-policy \
|
aws iam put-user-policy \
|
||||||
--user-name heptio-ark \
|
--user-name heptio-ark \
|
||||||
--policy-name heptio-ark \
|
--policy-name heptio-ark \
|
||||||
|
@ -239,7 +239,7 @@ It can be set up for Ark by creating a role that will have required permissions,
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
aws iam put-role-policy \
|
aws iam put-role-policy \
|
||||||
--role-name heptio-ark \
|
--role-name heptio-ark \
|
||||||
--policy-name heptio-ark-policy \
|
--policy-name heptio-ark-policy \
|
||||||
|
@ -252,7 +252,7 @@ It can be set up for Ark by creating a role that will have required permissions,
|
||||||
apiVersion: apps/v1beta1
|
apiVersion: apps/v1beta1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
namespace: heptio-ark-server
|
namespace: heptio-ark
|
||||||
name: ark
|
name: ark
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
|
@ -270,4 +270,3 @@ It can be set up for Ark by creating a role that will have required permissions,
|
||||||
[0]: namespace.md
|
[0]: namespace.md
|
||||||
[6]: config-definition.md#aws
|
[6]: config-definition.md#aws
|
||||||
[14]: http://docs.aws.amazon.com/IAM/latest/UserGuide/introduction.html
|
[14]: http://docs.aws.amazon.com/IAM/latest/UserGuide/introduction.html
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
apiVersion: apps/v1beta1
|
apiVersion: apps/v1beta1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
namespace: heptio-ark-server
|
namespace: heptio-ark
|
||||||
name: ark
|
name: ark
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
apiVersion: apps/v1beta1
|
apiVersion: apps/v1beta1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
namespace: heptio-ark-server
|
namespace: heptio-ark
|
||||||
name: ark
|
name: ark
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
apiVersion: apps/v1beta1
|
apiVersion: apps/v1beta1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
namespace: heptio-ark-server
|
namespace: heptio-ark
|
||||||
name: ark
|
name: ark
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
|
|
Loading…
Reference in New Issue