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