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
|
||||
|
||||
values:
|
||||
controller:
|
||||
annotations:
|
||||
reloader.stakater.com/auto: "true"
|
||||
env:
|
||||
OP_BUS_PORT: "11220"
|
||||
OP_BUS_PEERS: "localhost:11221"
|
||||
|
@ -32,6 +29,8 @@ spec:
|
|||
key: onepassword-credentials.json
|
||||
controllers:
|
||||
main:
|
||||
annotations:
|
||||
reloader.stakater.com/auto: "true"
|
||||
containers:
|
||||
main:
|
||||
image:
|
||||
|
|
Reference in a new issue