This repository was archived by the owner on Apr 17, 2025. It is now read-only.
File tree 1 file changed +25
-1
lines changed
1 file changed +25
-1
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,31 @@ steps:
52
52
- ' @hierarchical-namespaces/manifests/ha.yaml'
53
53
- ' -u'
54
54
- ' $_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'
56
80
# Upload plugin (Linux)
57
81
- name : gcr.io/cloud-builders/curl
58
82
args :
You can’t perform that action at this time.
0 commit comments