Skip to content
Snippets Groups Projects
Commit 0527acf8 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

testing kubernetes integration

parent a49ea891
No related branches found
No related tags found
2 merge requests!1985Development,!1983Resolve "Associator not working"
...@@ -6,6 +6,9 @@ HELM_RELEASE_NAME=${HELM_RELEASE_NAME:0:53} ...@@ -6,6 +6,9 @@ HELM_RELEASE_NAME=${HELM_RELEASE_NAME:0:53}
HELM_RELEASE_NAME=${HELM_RELEASE_NAME%%*(-)} HELM_RELEASE_NAME=${HELM_RELEASE_NAME%%*(-)}
kubectl config get-contexts kubectl config get-contexts
kubectl config use-context open-source/MetaGer:metager
kubectl get pods
# Create/Update the secret # Create/Update the secret
kubectl -n $KUBE_NAMESPACE create secret generic ${HELM_RELEASE_NAME} \ kubectl -n $KUBE_NAMESPACE create secret generic ${HELM_RELEASE_NAME} \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment