You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.
This indicates that neither $KUBE_CA_PEM nor $KUBE_CA_PEM_FILE were set in the job's environment. One or both of these (depending on GitLab version) should be set when Kubernetes integration is configured.
Can you add env to your deploy script prior to deploy, i.e.:
script:
- env
- deploy --gitlab ...
and show the output? (This may include sensitive data like access tokens, which you'll want to remove first.)
First of all thank you for automating this!
I am struggling to get the deploy command working and it is spitting out the error
Do you know how I can remedy this?
The text was updated successfully, but these errors were encountered: