zowe / zowe-cli-secrets-for-kubernetes

Eclipse Public License 2.0
0 stars 0 forks source link

updating workflows and adding templates #12

Closed ATorrise closed 1 year ago

ATorrise commented 1 year ago
Action Description
#1 add stale bot
#2 add auto-comment bot on labels
#3 add issue template (Bug, Feature)
#4 add PR Template
#5 add question redirect
#6 update all workflows to remove deprecation warnings, octorelease updates
#7 remove Node 14 from workflow matrix
t1m0thyj commented 1 year ago

now that the following PR is merged, I believe we can update the workflows to make sure there is a namespace when setting up the cluster

I believe @t1m0thyj may have some recommendations here

Adding this step to the workflow in between "Start K3s Cluster" and "Create System Test Properties" should fix it (source):

            - name: Set K8s Namespace
              if: ${{ always() && steps.k3s.outcome == 'success' }}
              run: kubectl config set-context --current --namespace=default