Skip to content

Commit

Permalink
Merge pull request #269 from adrianludwin/upload-manifests-master
Browse files Browse the repository at this point in the history
Upload HRQ and cert-manager manifests [master]
  • Loading branch information
k8s-ci-robot committed Feb 24, 2023
2 parents 5156849 + cc3090d commit fa104e8
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,31 @@ steps:
- '@hierarchical-namespaces/manifests/ha.yaml'
- '-u'
- '$_HNC_USER:$_HNC_PERSONAL_ACCESS_TOKEN'
- 'https://uploads.github.com/repos/$_HNC_REPO_OWNER/hierarchical-namespaces/releases/$_HNC_RELEASE_ID/assets?name=ha-experimental.yaml'
- 'https://uploads.github.com/repos/$_HNC_REPO_OWNER/hierarchical-namespaces/releases/$_HNC_RELEASE_ID/assets?name=ha.yaml'
# Upload HRQ manifest
- name: gcr.io/cloud-builders/curl
args:
- '-X'
- 'POST'
- '-H'
- 'Content-Type: application/x-application'
- '--data-binary'
- '@hierarchical-namespaces/manifests/hrq.yaml'
- '-u'
- '$_HNC_USER:$_HNC_PERSONAL_ACCESS_TOKEN'
- 'https://uploads.github.com/repos/$_HNC_REPO_OWNER/hierarchical-namespaces/releases/$_HNC_RELEASE_ID/assets?name=hrq.yaml'
# Upload cert-manager manifest
- name: gcr.io/cloud-builders/curl
args:
- '-X'
- 'POST'
- '-H'
- 'Content-Type: application/x-application'
- '--data-binary'
- '@hierarchical-namespaces/manifests/default-cm.yaml'
- '-u'
- '$_HNC_USER:$_HNC_PERSONAL_ACCESS_TOKEN'
- 'https://uploads.github.com/repos/$_HNC_REPO_OWNER/hierarchical-namespaces/releases/$_HNC_RELEASE_ID/assets?name=default-cm.yaml'
# Upload plugin (Linux)
- name: gcr.io/cloud-builders/curl
args:
Expand Down

0 comments on commit fa104e8

Please sign in to comment.