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
Thanks sftim, https://k8s.io/docs/tasks/run-application/run-stateless-application-deployment/? this yaml file but i want terraform file i used with credentials so that is not working
withCredentials([
string(credentialsId: env.QTS_KUBERNETES_SVC_JENKINS_CRED_ID, variable: 'TF_VAR_service_token'),
string(credentialsId: env.QTS_KUBERNETES_CACERT_CRED_ID, variable: 'TF_VAR_cluster_cert')
]) {
This is a...
Problem:
Proposed Solution:
Page to Update:
https://kubernetes.io/...
The text was updated successfully, but these errors were encountered: