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
Instead of specifying the namespace in the configuration, that parameter should point to a K8s resource manifest template.
This would make Namespaces follow the same pattern as Secrets (.kube.sec.yml file).
Namespaces could then be created (maybe even updated via kubectl apply -f) with labels from vars:.
This functionality is asked mainly for namespace-deploy-on-pull-requests, which Drone 0.4 is not capable of, but is a functionality Drone 0.5+ is capable of.
The text was updated successfully, but these errors were encountered:
Instead of specifying the namespace in the configuration, that parameter should point to a K8s resource manifest template.
This would make Namespaces follow the same pattern as Secrets (
.kube.sec.yml
file).Namespaces could then be created (maybe even updated via
kubectl apply -f
) with labels fromvars:
.This functionality is asked mainly for namespace-deploy-on-pull-requests, which Drone 0.4 is not capable of, but is a functionality Drone 0.5+ is capable of.
The text was updated successfully, but these errors were encountered: