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 d753584 commit 574ae27Copy full SHA for 574ae27
.github/workflows/build-postgres-container.yml
@@ -87,4 +87,4 @@ jobs:
87
if: ${{ github.event_name != 'pull_request' }}
88
env:
89
KUBECONFIG: kubeconfig.yaml
90
- run: kubectl --namespace default set image sts/glvd-database glvd-postgres=ghcr.io/gardenlinux/glvd-postgres@${{ steps.push-to-ghcr.outputs.digest }}
+ run: kubectl --namespace glvd set image sts/glvd-database glvd-postgres=ghcr.io/gardenlinux/glvd-postgres@${{ steps.push-to-ghcr.outputs.digest }}
0 commit comments