From e7098e5d88791d9d68cd4a42b7bbe2e4a78a1ebc Mon Sep 17 00:00:00 2001 From: Josh Hull Date: Fri, 13 Apr 2018 06:37:00 -0500 Subject: [PATCH] Fixes the remaining three occurrences of the old namespace Signed-off-by: Josh Hull --- docs/aws-config.md | 7 +++---- examples/aws/10-deployment-kube2iam.yaml | 2 +- examples/ibm/10-deployment.yaml | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/docs/aws-config.md b/docs/aws-config.md index 035eda1b7..db3eeb429 100644 --- a/docs/aws-config.md +++ b/docs/aws-config.md @@ -82,7 +82,7 @@ For more information, see [the AWS documentation on IAM users][14]. ] } EOF - + aws iam put-user-policy \ --user-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 - + aws iam put-role-policy \ --role-name heptio-ark \ --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 kind: Deployment metadata: - namespace: heptio-ark-server + namespace: heptio-ark name: ark spec: 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 [6]: config-definition.md#aws [14]: http://docs.aws.amazon.com/IAM/latest/UserGuide/introduction.html - diff --git a/examples/aws/10-deployment-kube2iam.yaml b/examples/aws/10-deployment-kube2iam.yaml index 7d16fe823..6115fd526 100644 --- a/examples/aws/10-deployment-kube2iam.yaml +++ b/examples/aws/10-deployment-kube2iam.yaml @@ -16,7 +16,7 @@ apiVersion: apps/v1beta1 kind: Deployment metadata: - namespace: heptio-ark-server + namespace: heptio-ark name: ark spec: replicas: 1 diff --git a/examples/ibm/10-deployment.yaml b/examples/ibm/10-deployment.yaml index 93732959d..ea2893aab 100644 --- a/examples/ibm/10-deployment.yaml +++ b/examples/ibm/10-deployment.yaml @@ -16,7 +16,7 @@ apiVersion: apps/v1beta1 kind: Deployment metadata: - namespace: heptio-ark-server + namespace: heptio-ark name: ark spec: replicas: 1