Compare commits
1 Commits
c37ba960e3
...
3024f2f697
| Author | SHA1 | Date |
|---|---|---|
|
|
3024f2f697 |
|
|
@ -13,3 +13,13 @@ apiVersion: v1
|
||||||
kind: ServiceAccount
|
kind: ServiceAccount
|
||||||
metadata:
|
metadata:
|
||||||
name: barretthousen-service
|
name: barretthousen-service
|
||||||
|
imagePullSecrets:
|
||||||
|
- name: bh-registry
|
||||||
|
---
|
||||||
|
apiVersion: v1
|
||||||
|
kind: Secret
|
||||||
|
metadata:
|
||||||
|
name: bh-registry
|
||||||
|
type: kubernetes.io/dockerconfigjson
|
||||||
|
stringData:
|
||||||
|
.dockerconfigjson: '{ "auths": {} }'
|
||||||
|
|
|
||||||
|
|
@ -71,3 +71,11 @@ patches:
|
||||||
- op: replace
|
- op: replace
|
||||||
path: /spec/template/spec/containers/0/image
|
path: /spec/template/spec/containers/0/image
|
||||||
value: git.vdhsn.com/barretthousen/client-web-client:beta
|
value: git.vdhsn.com/barretthousen/client-web-client:beta
|
||||||
|
|
||||||
|
- target:
|
||||||
|
kind: Secret
|
||||||
|
name: bh-registry
|
||||||
|
patch: |-
|
||||||
|
- op: replace
|
||||||
|
path: /data/.dockerconfigjson
|
||||||
|
value: ${.dockerconfigjson}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue