Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deploy-app.yaml): ensure directory for KUBECTL_CONFIG is created …
…before use The change ensures that the directory where the KUBECTL_CONFIG file is supposed to be located is created beforehand. This prevents potential issues where the configuration file cannot be written due to the absence of its directory, thus improving the reliability of the deployment process.
- Loading branch information