File tree Expand file tree Collapse file tree 2 files changed +28
-0
lines changed
contrib/charts/dragonfly/ci Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,14 @@ metadata:
11
11
app.kubernetes.io/version : " v1.8.0"
12
12
app.kubernetes.io/managed-by : Helm
13
13
---
14
+ # Source: dragonfly/templates/extra-manifests.yaml
15
+ apiVersion : v1
16
+ kind : Secret
17
+ metadata :
18
+ name : dfly-password
19
+ stringData :
20
+ password : foobar
21
+ ---
14
22
# Source: dragonfly/templates/tls-secret.yaml
15
23
apiVersion : v1
16
24
kind : Secret
@@ -114,6 +122,12 @@ spec:
114
122
volumeMounts :
115
123
- mountPath : /etc/dragonfly/tls
116
124
name : tls
125
+ env :
126
+ - name : DFLY_PASSWORD
127
+ valueFrom :
128
+ secretKeyRef :
129
+ name : dfly-password
130
+ key : password
117
131
volumes :
118
132
- name : tls
119
133
secret :
Original file line number Diff line number Diff line change 22
22
AwEHoUQDQgAEFjX07jY4TxIu4dXIgktCLXyoIgYcSxpRdzLY5RU4wq85Mp0kgAaD
23
23
LTZY3AxNIZv4s20VKIAHAxXL5J7woc8Wqg==
24
24
-----END EC PRIVATE KEY-----
25
+
26
+ extraObjects :
27
+ - apiVersion : v1
28
+ kind : Secret
29
+ metadata :
30
+ name : dfly-password
31
+ stringData :
32
+ password : foobar
33
+
34
+ passwordFromSecret :
35
+ enable : true
36
+ existingSecret :
37
+ name : dfly-password
38
+ key : password
You can’t perform that action at this time.
0 commit comments