Dan
06/18/2024, 4:27 PMBianca Hoch
06/18/2024, 6:58 PMimagePullSecrets
in the k8s work pool in the UI. It isn't a default setting in the work pool base template, so you'll need to manually surface it by editing the advanced tab (which is next to the base template when you go to edit/create the work pool). In this guide for deploying flows using k8s, go to the "Advanced tab" tip box to see how one goes about modifying the work pool base template.Bianca Hoch
06/18/2024, 7:01 PM"imagepullsecret": {
"type": "array",
"items": {
"type": "object",
"required": [
"name"
],
"properties": {
"name": {
"type": "string"
}
}
},
Bianca Hoch
06/18/2024, 7:01 PM"imagePullSecrets": "{{ imagepullsecret }}"
Bianca Hoch
06/18/2024, 7:01 PMBianca Hoch
06/18/2024, 7:02 PMDan
06/19/2024, 8:50 AMDan
06/20/2024, 7:37 AM