File tree Expand file tree Collapse file tree 6 files changed +15
-6
lines changed
docker/sandbox-bundled/manifests Expand file tree Collapse file tree 6 files changed +15
-6
lines changed Original file line number Diff line number Diff line change @@ -178,6 +178,7 @@ helm install gateway bitnami/contour -n flyte
178
178
| flyteadmin.configPath | string | ` "/etc/flyte/config/*.yaml" ` | Default regex string for searching configuration files |
179
179
| flyteadmin.enabled | bool | ` true ` | |
180
180
| flyteadmin.env | list | ` [] ` | Additional flyteadmin container environment variables e.g. SendGrid's API key - name: SENDGRID_API_KEY value: "<your sendgrid api key >" e.g. secret environment variable (you can combine it with .additionalVolumes): - name: SENDGRID_API_KEY valueFrom: secretKeyRef: name: sendgrid-secret key: api_key |
181
+ | flyteadmin.envFrom | list | ` [] ` | Additional flyteadmin environment variables from a reference (ie: Secret or ConfigMap) |
181
182
| flyteadmin.extraArgs | object | ` {} ` | Appends extra command line arguments to the serve command |
182
183
| flyteadmin.image.pullPolicy | string | ` "IfNotPresent" ` | |
183
184
| flyteadmin.image.repository | string | ` "cr.flyte.org/flyteorg/flyteadmin" ` | Docker image for Flyteadmin deployment |
Original file line number Diff line number Diff line change 46
46
{{- with .Values.flyteadmin.env -}}
47
47
{{- tpl (toYaml .) $ | nindent 12 }}
48
48
{{- end }}
49
+ {{- end }}
50
+ {{- if .Values.flyteadmin.envFrom }}
51
+ envFrom :
52
+ {{- with .Values.flyteadmin.envFrom -}}
53
+ {{- tpl (toYaml .) $ | nindent 12 }}
49
54
{{- end }}
55
+ {{- end }}
50
56
{{- if .Values.flyteadmin.initialProjects }}
51
57
- command :
52
58
- flyteadmin
Original file line number Diff line number Diff line change @@ -31,6 +31,8 @@ flyteadmin:
31
31
# name: sendgrid-secret
32
32
# key: api_key
33
33
env : []
34
+ # -- Additional flyteadmin environment variables from a reference (ie: Secret or ConfigMap)
35
+ envFrom : []
34
36
# -- Default resources requests and limits for Flyteadmin deployment
35
37
resources :
36
38
limits :
Original file line number Diff line number Diff line change @@ -819,7 +819,7 @@ type: Opaque
819
819
---
820
820
apiVersion : v1
821
821
data :
822
- haSharedSecret : MzdjVFBHVmlTTUJLV2FLRA ==
822
+ haSharedSecret : UE1mU01ZdUU3Mm1EU0M0dg ==
823
823
proxyPassword : " "
824
824
proxyUsername : " "
825
825
kind : Secret
@@ -1416,7 +1416,7 @@ spec:
1416
1416
metadata :
1417
1417
annotations :
1418
1418
checksum/config : 8f50e768255a87f078ba8b9879a0c174c3e045ffb46ac8723d2eedbe293c8d81
1419
- checksum/secret : 51eef38b8d9341f4897669e28bab62b0ef7f2a690e6c78756e25dff548f68c57
1419
+ checksum/secret : f41ce2d3d3713b025ef28e36a69f78f91ed84b132cc9cb337dd7d23ad9783615
1420
1420
labels :
1421
1421
app : docker-registry
1422
1422
release : flyte-sandbox
Original file line number Diff line number Diff line change @@ -801,7 +801,7 @@ type: Opaque
801
801
---
802
802
apiVersion : v1
803
803
data :
804
- haSharedSecret : QzdpNFV1b01KaVpCZ3NrbQ ==
804
+ haSharedSecret : UzlMUFQ4QmRVb05pbHZNUw ==
805
805
proxyPassword : " "
806
806
proxyUsername : " "
807
807
kind : Secret
@@ -1365,7 +1365,7 @@ spec:
1365
1365
metadata :
1366
1366
annotations :
1367
1367
checksum/config : 8f50e768255a87f078ba8b9879a0c174c3e045ffb46ac8723d2eedbe293c8d81
1368
- checksum/secret : 14a953a34adb01e2532145c9fc3eec829b95c5515b181f8877e9837c8ff5ed10
1368
+ checksum/secret : ed16cace6787759cf9bbaa202aa5d2942f803ca84fca4a54c2c4128ea9a42d94
1369
1369
labels :
1370
1370
app : docker-registry
1371
1371
release : flyte-sandbox
Original file line number Diff line number Diff line change @@ -499,7 +499,7 @@ metadata:
499
499
---
500
500
apiVersion : v1
501
501
data :
502
- haSharedSecret : SmFESFBwbUNNYWxHYWlzYQ ==
502
+ haSharedSecret : SnZMbUdvd29EbDF1ckJlVA ==
503
503
proxyPassword : " "
504
504
proxyUsername : " "
505
505
kind : Secret
@@ -934,7 +934,7 @@ spec:
934
934
metadata :
935
935
annotations :
936
936
checksum/config : 8f50e768255a87f078ba8b9879a0c174c3e045ffb46ac8723d2eedbe293c8d81
937
- checksum/secret : cdfbf45c37e81185184e6abf451cbe04ab03e455ccfd425e83f2e6fddb0b4339
937
+ checksum/secret : d28e9a7527a41cb3e2b70a28d1bd8aced26f0577ce1b5eea807968f112328499
938
938
labels :
939
939
app : docker-registry
940
940
release : flyte-sandbox
You can’t perform that action at this time.
0 commit comments