add existing secret name for gluetun
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
apiVersion: v2
|
||||
name: qbittorrent
|
||||
version: 0.0.1
|
||||
version: 0.0.2
|
||||
description: Chart for qBittorrent
|
||||
keywords:
|
||||
- downloads
|
||||
|
@@ -116,7 +116,7 @@ spec:
|
||||
path: /dev/net/tun
|
||||
- name: wg0-wireguard-config
|
||||
secret:
|
||||
secretName: qbittorrent-wireguard-secret
|
||||
secretName: {{ .Values.gluetun.existingSecretName }}
|
||||
items:
|
||||
- key: wg0.conf
|
||||
path: wg0.conf
|
||||
|
@@ -21,7 +21,7 @@ server:
|
||||
- name: PGID
|
||||
value: "1000"
|
||||
- name: UMASK_SET
|
||||
value: "002"
|
||||
value: "002"
|
||||
resources:
|
||||
requests:
|
||||
cpu: 100m
|
||||
@@ -53,6 +53,7 @@ gluetun:
|
||||
add:
|
||||
- NET_ADMIN
|
||||
env: []
|
||||
existingSecretName:
|
||||
resources:
|
||||
requests:
|
||||
cpu: 100m
|
||||
|
Reference in New Issue
Block a user