mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
[#871] Add serviceAccountName to bunkerweb-ui deployment
This commit is contained in:
parent
a4ce38dd12
commit
2977b52971
1 changed files with 2 additions and 0 deletions
|
|
@ -636,6 +636,7 @@ Review your final BunkerWeb UI URL and then click on the `Setup` button. Once th
|
|||
labels:
|
||||
app: bunkerweb-ui
|
||||
spec:
|
||||
serviceAccountName: sa-bunkerweb
|
||||
containers:
|
||||
- name: bunkerweb-ui
|
||||
image: bunkerity/bunkerweb-ui:1.5.5
|
||||
|
|
@ -1475,6 +1476,7 @@ After a successful login/password combination, you will be prompted to enter you
|
|||
labels:
|
||||
app: bunkerweb-ui
|
||||
spec:
|
||||
serviceAccountName: sa-bunkerweb
|
||||
containers:
|
||||
- name: bunkerweb-ui
|
||||
image: bunkerity/bunkerweb-ui:1.5.5
|
||||
|
|
|
|||
Loading…
Reference in a new issue