I'm creating a GitLab CI/CD pipeline to deploy an application to Azure Kubernetes Services.
- How can I specify a kubeconfig file as environment variable?
- How can be used in the pipeline?
I'm creating a GitLab CI/CD pipeline to deploy an application to Azure Kubernetes Services.
Copyright © 2021 Jogjafile Inc.
Use the Project/Settings/CICD/Variables section and add a variable there with type "File"
Then you can use it in the pipeline: