Add service account manifest

This commit is contained in:
Murat Kabilov 2017-02-23 13:59:37 +01:00
parent dfde075c66
commit 2b8956bd33
2 changed files with 8 additions and 0 deletions

View File

@ -10,6 +10,7 @@ spec:
labels: labels:
name: postgres-operator name: postgres-operator
spec: spec:
serviceAccountName: operator
containers: containers:
- name: postgres-operator - name: postgres-operator
image: postgres-operator:0.1 image: postgres-operator:0.1

View File

@ -0,0 +1,7 @@
apiVersion: v1
kind: ServiceAccount
metadata:
name: operator
namespace: acid
imagePullSecrets:
- name: pierone.example.com