We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dbf7fb commit 8e5635dCopy full SHA for 8e5635d
.github/workflows/release.yml
@@ -240,7 +240,7 @@ jobs:
240
kustomize edit set annotation app.komodor.com/app.ref:$GITHUB_SHA
241
242
- name: Set kubeconfig
243
- run: echo ${{ secrets.K8S_CONFIG }} | base64 -d > config.yaml
+ run: echo ${{ secrets.K8S_CONFIG_DO }} | base64 -d > config.yaml
244
245
- name: Apply new manifests
246
run: kubectl apply -k manifests/overlays/production --kubeconfig config.yaml
0 commit comments