fix:ci/cd bugs

This commit is contained in:
devad 2024-01-02 10:29:33 +08:00
parent b1566ba6ca
commit db4ea371a0
1 changed files with 3 additions and 3 deletions

View File

@ -67,10 +67,10 @@ workflow:
input:
command: '"apply"'
resource_file_path: git_clone_0.git_path + '/deploy/k8s/kubex-frontend.yaml'
certificate_authority_data: ((test.k8s_cad))
certificate_authority_data: ((dev.k8s_cad))
server: '"https://119.45.100.73:6443"'
client_certificate_data: ((test.k8s_ccd))
client_key_data: ((test.k8s_ckd))
client_certificate_data: ((dev.k8s_ccd))
client_key_data: ((dev.k8s_ckd))
hosts: '""'
needs:
- docker_image_build_0