File tree Expand file tree Collapse file tree 1 file changed +25
-1
lines changed Expand file tree Collapse file tree 1 file changed +25
-1
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,31 @@ steps:
5252 - ' @hierarchical-namespaces/manifests/ha.yaml'
5353 - ' -u'
5454 - ' $_HNC_USER:$_HNC_PERSONAL_ACCESS_TOKEN'
55- - ' https://uploads.github.com/repos/$_HNC_REPO_OWNER/hierarchical-namespaces/releases/$_HNC_RELEASE_ID/assets?name=ha-experimental.yaml'
55+ - ' https://uploads.github.com/repos/$_HNC_REPO_OWNER/hierarchical-namespaces/releases/$_HNC_RELEASE_ID/assets?name=ha.yaml'
56+ # Upload HRQ manifest
57+ - name : gcr.io/cloud-builders/curl
58+ args :
59+ - ' -X'
60+ - ' POST'
61+ - ' -H'
62+ - ' Content-Type: application/x-application'
63+ - ' --data-binary'
64+ - ' @hierarchical-namespaces/manifests/hrq.yaml'
65+ - ' -u'
66+ - ' $_HNC_USER:$_HNC_PERSONAL_ACCESS_TOKEN'
67+ - ' https://uploads.github.com/repos/$_HNC_REPO_OWNER/hierarchical-namespaces/releases/$_HNC_RELEASE_ID/assets?name=hrq.yaml'
68+ # Upload cert-manager manifest
69+ - name : gcr.io/cloud-builders/curl
70+ args :
71+ - ' -X'
72+ - ' POST'
73+ - ' -H'
74+ - ' Content-Type: application/x-application'
75+ - ' --data-binary'
76+ - ' @hierarchical-namespaces/manifests/default-cm.yaml'
77+ - ' -u'
78+ - ' $_HNC_USER:$_HNC_PERSONAL_ACCESS_TOKEN'
79+ - ' https://uploads.github.com/repos/$_HNC_REPO_OWNER/hierarchical-namespaces/releases/$_HNC_RELEASE_ID/assets?name=default-cm.yaml'
5680# Upload plugin (Linux)
5781- name : gcr.io/cloud-builders/curl
5882 args :
You can’t perform that action at this time.
0 commit comments