ninja: fix yaml syntax
This commit is contained in:
parent
21de803859
commit
aedb4f0560
|
@ -13,7 +13,9 @@ data:
|
|||
hostname: "ninja.${domain}"
|
||||
tls: true
|
||||
certManager: true
|
||||
annotations:
|
||||
annotations:
|
||||
nginx.ingress.kubernetes.io/configuration-snippet: |
|
||||
add_header "Content-Security-Policy: frame-ancestors 'self' ${nextcloud_domain}";
|
||||
persistence:
|
||||
public:
|
||||
existingClaim: invoiceninja-data
|
||||
|
|
Loading…
Reference in New Issue