We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6555125 + 2a248d0 commit dd659a7Copy full SHA for dd659a7
1 file changed
manifests/deis-workflow-rc.yml
@@ -46,10 +46,23 @@ spec:
46
- name: minio-user
47
mountPath: /var/run/secrets/deis/minio/user
48
readOnly: true
49
+ - name: builder-key-auth
50
+ mountPath: /var/run/secrets/api/builder/auth
51
+ readOnly: true
52
+ - name: django-secret-key
53
+ mountPath: /var/run/secrets/api/django
54
55
volumes:
56
- name: docker-socket
57
hostPath:
58
path: /var/run/docker.sock
59
60
secret:
61
secretName: minio-user
62
63
+ secret:
64
+ secretName: django-secret-key
65
66
67
+ secretName: builder-key-auth
68
+
0 commit comments