More app template syntax updates.
This commit is contained in:
parent
b8b3f879a8
commit
d8bb8e56f9
1 changed files with 2 additions and 3 deletions
|
@ -18,9 +18,6 @@ spec:
|
||||||
namespace: flux-system
|
namespace: flux-system
|
||||||
|
|
||||||
values:
|
values:
|
||||||
controller:
|
|
||||||
annotations:
|
|
||||||
reloader.stakater.com/auto: "true"
|
|
||||||
env:
|
env:
|
||||||
OP_BUS_PORT: "11220"
|
OP_BUS_PORT: "11220"
|
||||||
OP_BUS_PEERS: "localhost:11221"
|
OP_BUS_PEERS: "localhost:11221"
|
||||||
|
@ -32,6 +29,8 @@ spec:
|
||||||
key: onepassword-credentials.json
|
key: onepassword-credentials.json
|
||||||
controllers:
|
controllers:
|
||||||
main:
|
main:
|
||||||
|
annotations:
|
||||||
|
reloader.stakater.com/auto: "true"
|
||||||
containers:
|
containers:
|
||||||
main:
|
main:
|
||||||
image:
|
image:
|
||||||
|
|
Reference in a new issue