Compare commits
1 Commits
264210db69
...
b82c24b339
| Author | SHA1 | Date |
|---|---|---|
|
|
b82c24b339 |
|
|
@ -1,4 +1,5 @@
|
||||||
creation_rules:
|
creation_rules:
|
||||||
- path_regex: env/base/master\.json$
|
- path_regex: env/.*/master\.json$
|
||||||
pgp: 4FA79E5B6598505C8DFA30A7A466CEE1415C0B9C
|
pgp: 4FA79E5B6598505C8DFA30A7A466CEE1415C0B9C
|
||||||
- age: age1d5vst0g82v6xml29ydsrxefmf3vclgm6dj3npw6mefa7yu9xueaqztjqlg
|
- path_regex: env/beta/.*\.yaml$
|
||||||
|
age: age1d5vst0g82v6xml29ydsrxefmf3vclgm6dj3npw6mefa7yu9xueaqztjqlg
|
||||||
|
|
|
||||||
|
|
@ -10,14 +10,17 @@ metadata:
|
||||||
app: barretthousen
|
app: barretthousen
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
|
kind: Secret
|
||||||
|
metadata:
|
||||||
|
name: bh-registry
|
||||||
|
type: kubernetes.io/dockerconfigjson
|
||||||
|
stringData:
|
||||||
|
.dockerconfigjson: |
|
||||||
|
{ "auths": {}}
|
||||||
|
---
|
||||||
|
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