mirror of
https://github.com/penpot/penpot.git
synced 2025-01-21 14:12:36 -05:00
Merge pull request #92 from tokens-studio/fix/containerization
Add missing secretName
This commit is contained in:
commit
50f69936a4
1 changed files with 2 additions and 1 deletions
|
@ -117,7 +117,8 @@ manifests: |
|
||||||
hosts:
|
hosts:
|
||||||
- host: penpot.tokens.studio
|
- host: penpot.tokens.studio
|
||||||
tls:
|
tls:
|
||||||
- hosts:
|
- secretName: tls-penpot
|
||||||
|
hosts:
|
||||||
- penpot.tokens.studio
|
- penpot.tokens.studio
|
||||||
config:
|
config:
|
||||||
publicURI: https://penpot.tokens.studio
|
publicURI: https://penpot.tokens.studio
|
||||||
|
|
Loading…
Add table
Reference in a new issue