Merge pull request 'fix: wrong path' (#6174) from tmp/secrets-11 into main
All checks were successful
lint-test-helm / lint-helm (push) Successful in 35s
lint-test-helm / validate-kubeconform (push) Has been skipped
renovate / renovate (push) Successful in 3m51s

Reviewed-on: #6174
This commit was merged in pull request #6174.
This commit is contained in:
2026-04-24 02:27:21 +00:00
2 changed files with 6 additions and 6 deletions

View File

@@ -80,27 +80,27 @@ matrix-synapse:
readOnly: true readOnly: true
subPath: config.yaml subPath: config.yaml
- name: oidc-config - name: oidc-config
mountPath: /synapse/config/conf.d/ mountPath: /synapse/config/conf.d/oidc.yaml
mountPropagation: None mountPropagation: None
readOnly: true readOnly: true
subPath: oidc.yaml subPath: oidc.yaml
- name: hookshot-config - name: hookshot-config
mountPath: /synapse/config/conf.d/ mountPath: /synapse/config/conf.d/hookshot-registration.yaml
mountPropagation: None mountPropagation: None
readOnly: true readOnly: true
subPath: hookshot-registration.yaml subPath: hookshot-registration.yaml
- name: mautrix-discord-config - name: mautrix-discord-config
mountPath: /synapse/config/conf.d/ mountPath: /synapse/config/conf.d/mautrix-discord-registration.yaml
mountPropagation: None mountPropagation: None
readOnly: true readOnly: true
subPath: mautrix-discord-registration.yaml subPath: mautrix-discord-registration.yaml
- name: mautrix-whatsapp-config - name: mautrix-whatsapp-config
mountPath: /synapse/config/conf.d/ mountPath: /synapse/config/conf.d/mautrix-whatsapp-registration.yaml
mountPropagation: None mountPropagation: None
readOnly: true readOnly: true
subPath: mautrix-whatsapp-registration.yaml subPath: mautrix-whatsapp-registration.yaml
- name: double-puppet-config - name: double-puppet-config
mountPath: /synapse/config/conf.d/ mountPath: /synapse/config/conf.d/double-puppet-registration.yaml
mountPropagation: None mountPropagation: None
readOnly: true readOnly: true
subPath: double-puppet-registration.yaml subPath: double-puppet-registration.yaml

View File

@@ -73,7 +73,7 @@ qbittorrent:
- name: FIREWALL_OUTBOUND_SUBNETS - name: FIREWALL_OUTBOUND_SUBNETS
value: 192.168.1.0/24,10.0.0.0/8 value: 192.168.1.0/24,10.0.0.0/8
- name: FIREWALL_INPUT_PORTS - name: FIREWALL_INPUT_PORTS
value: 5030,50300 value: 8080,9022
- name: VPN_PORT_FORWARDING - name: VPN_PORT_FORWARDING
value: 'on' value: 'on'
- name: VPN_PORT_FORWARDING_UP_COMMAND - name: VPN_PORT_FORWARDING_UP_COMMAND