Compare commits
1 Commits
8e8f79d0e7
...
4232f7afc3
| Author | SHA1 | Date |
|---|---|---|
|
|
4232f7afc3 |
|
|
@ -10,14 +10,16 @@ metadata:
|
||||||
app: barretthousen
|
app: barretthousen
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
|
kind: Secret
|
||||||
|
metadata:
|
||||||
|
name: bh-registry
|
||||||
|
type: kubernetes.io/dockerconfigjson
|
||||||
|
stringData:
|
||||||
|
test: "123"
|
||||||
|
---
|
||||||
|
apiVersion: v1
|
||||||
kind: ServiceAccount
|
kind: ServiceAccount
|
||||||
metadata:
|
metadata:
|
||||||
name: barretthousen-service
|
name: barretthousen-service
|
||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
- name: bh-registry
|
- name: bh-registry
|
||||||
---
|
|
||||||
apiVersion: v1
|
|
||||||
kind: Secret
|
|
||||||
metadata:
|
|
||||||
name: bh-registry
|
|
||||||
type: kubernetes.io/dockerconfigjson
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue