@@ -612,6 +612,7 @@ spec:
612612 capabilities :
613613 drop : ["ALL"]
614614 volumeMounts :
615+
615616 - mountPath : /etc/db
616617 name : db-pass
617618 - mountPath : /etc/flyte/config
@@ -633,6 +634,7 @@ spec:
633634 capabilities :
634635 drop : ["ALL"]
635636 volumeMounts :
637+
636638 - mountPath : /etc/db
637639 name : db-pass
638640 - mountPath : /etc/flyte/config
@@ -651,6 +653,7 @@ spec:
651653 capabilities :
652654 drop : ["ALL"]
653655 volumeMounts :
656+
654657 - mountPath : /etc/db
655658 name : db-pass
656659 - mountPath : /etc/flyte/clusterresource/templates
@@ -717,6 +720,7 @@ spec:
717720 capabilities :
718721 drop : ["ALL"]
719722 volumeMounts :
723+
720724 - mountPath : /etc/db
721725 name : db-pass
722726 - mountPath : /srv/flyte
@@ -727,6 +731,7 @@ spec:
727731 name : admin-secrets
728732 serviceAccountName : flyteadmin
729733 volumes :
734+
730735 - name : db-pass
731736 secret :
732737 secretName : db-pass
@@ -800,6 +805,7 @@ spec:
800805 imagePullPolicy : " IfNotPresent"
801806 name : sync-cluster-resources
802807 volumeMounts :
808+
803809 - mountPath : /etc/db
804810 name : db-pass
805811 - mountPath : /etc/flyte/clusterresource/templates
@@ -808,6 +814,7 @@ spec:
808814 name : config-volume
809815 serviceAccountName : flyteadmin
810816 volumes :
817+
811818 - name : db-pass
812819 secret :
813820 secretName : db-pass
@@ -930,6 +937,7 @@ spec:
930937 imagePullPolicy : " IfNotPresent"
931938 name : run-migrations
932939 volumeMounts :
940+
933941 - mountPath : /etc/db
934942 name : db-pass
935943 - mountPath : /etc/datacatalog/config
@@ -965,12 +973,14 @@ spec:
965973 ephemeral-storage : 200Mi
966974 memory : 200Mi
967975 volumeMounts :
976+
968977 - mountPath : /etc/db
969978 name : db-pass
970979 - mountPath : /etc/datacatalog/config
971980 name : config-volume
972981 serviceAccountName : datacatalog
973982 volumes :
983+
974984 - name : db-pass
975985 secret :
976986 secretName : db-pass
@@ -1037,6 +1047,7 @@ spec:
10371047 capabilities :
10381048 drop : ["ALL"]
10391049 volumeMounts :
1050+
10401051 - mountPath : /etc/db
10411052 name : db-pass
10421053 - mountPath : /etc/flyte/config
@@ -1068,6 +1079,7 @@ spec:
10681079 ephemeral-storage : 50Mi
10691080 memory : 50Mi
10701081 volumeMounts :
1082+
10711083 - mountPath : /etc/db
10721084 name : db-pass
10731085 - mountPath : /etc/flyte/config
@@ -1076,6 +1088,7 @@ spec:
10761088 mountPath : /etc/secrets/
10771089 serviceAccountName : flytescheduler
10781090 volumes :
1091+
10791092 - name : db-pass
10801093 secret :
10811094 secretName : db-pass
0 commit comments