Skip to content

Commit

Permalink
remove image pull secret
Browse files Browse the repository at this point in the history
  • Loading branch information
jopfeffe committed Aug 16, 2019
1 parent 6caef10 commit 764dbc0
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions glusterfs/deploy-gluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,6 @@ kind: Namespace
metadata:
name: glusterstorage

---
apiVersion: v1
data:
.dockerconfigjson: ewogICJhdXRocyI6IHsKICAgICJtdHIuZXh0ZXJuYWwub3RjLnRlbGVrb21jbG91ZC5jb20iOiB7CiAgICAgICJhdXRoIjogImJXTnpjSE1yYlhSeVpHVndiRzk1WlhJNlZsZzJSVFJLVXpJeVRFUktUVkJVTWpreU0xQlFPVTFVV2sweE0wNVVOVVJST1RNeU1ETkpWbFJNU2sxQlVVdEhXVmsxVlRJeldWWkhWVVkyU1VwWk1nPT0iLAogICAgICAiZW1haWwiOiAiIgogICAgfQogIH0KfQ==
kind: Secret
metadata:
name: mcsps-mtrdeployer-pull-secret
namespace: glusterstorage
type: kubernetes.io/dockerconfigjson

---
apiVersion: v1
kind: ServiceAccount
Expand Down Expand Up @@ -107,7 +97,4 @@ spec:
image: "mtr.external.otc.telekomcloud.com/mcsps/glusterdeploy:master"
imagePullPolicy: Always
name: glusterdeploy
imagePullSecrets:
-
name: mcsps-mtrdeployer-pull-secret
serviceAccountName: glusterdeploy

0 comments on commit 764dbc0

Please sign in to comment.