Commit 1104bed0 authored by priyaranjan.dr's avatar priyaranjan.dr

Update .gitlab-ci.yml

parent f2e02581
Pipeline #12379 failed
variables: variables:
CONFIGFILE:/root/pdr
DEPLOYMENT_YML: deployment-service.yml DEPLOYMENT_YML: deployment-service.yml
stages: stages:
- deploy - deploy
deploy: deploy:
stage: deploy stage: deploy
script: script:
- export KUBECONFIG=/root/.kube - export KUBECONFIG=$CONFIGFILE
- kubectl version - kubectl version
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment