Loading k8s/sonobuoy.yml +6 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,12 @@ - gl-use-kube-context - chmod 400 $KUBECONFIG # Removes security warnings. https://gitlab.com/gitlab-org/project-templates/cluster-management/-/merge_requests/51#note_936576634 # It is recommended to run this job on your own runner, as it can easily eat up all your CI # minutes. Adding the following to your .gitlab-ci.yml will run it on your cluster runner: # k8s:sonobuoy: # tags: # - cluster k8s:sonobuoy: extends: .kube-context stage: test Loading Loading
k8s/sonobuoy.yml +6 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,12 @@ - gl-use-kube-context - chmod 400 $KUBECONFIG # Removes security warnings. https://gitlab.com/gitlab-org/project-templates/cluster-management/-/merge_requests/51#note_936576634 # It is recommended to run this job on your own runner, as it can easily eat up all your CI # minutes. Adding the following to your .gitlab-ci.yml will run it on your cluster runner: # k8s:sonobuoy: # tags: # - cluster k8s:sonobuoy: extends: .kube-context stage: test Loading