I want to pull image from my private harbor
seems like this:
kind: pipeline
type: kubernetes
name: test_deploy
clone:
disable: true
trigger:
branch: release*
steps:
- name: notify_other_dingtalk
image: harbor.xxx.xxx.com:5000/hoc/custom-plugin
settings:
username:
from_secret: harbor_user
password:
from_secret: harbor_pass
insecure: true
but it’s not working on kuber-runner