Skip to content

Commit 574ae27

Browse files
authored
Change Kubernetes namespace for image deployment
1 parent d753584 commit 574ae27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-postgres-container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,4 @@ jobs:
8787
if: ${{ github.event_name != 'pull_request' }}
8888
env:
8989
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 }}
90+
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

Comments
 (0)