We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef164cf commit d0be0d3Copy full SHA for d0be0d3
.github/workflows/main.yaml
@@ -29,7 +29,7 @@ jobs:
29
files: "nais/nais.yaml,nais/topic.yaml"
30
- uses: nais/platform-build-push-sign@main
31
id: build-push-sign
32
- # if: steps.changed-files.outputs.changed != 'only-inputs'
+ if: steps.changed-files.outputs.changed != 'only-inputs'
33
with:
34
name: karapace
35
google_service_account: gh-karapace
@@ -51,4 +51,4 @@ jobs:
51
APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }}
52
CLUSTER: dev-gcp
53
RESOURCE: nais/nais.yaml,nais/topic.yaml
54
- IMAGE: ${{ needs.build.outputs.image }}
+ WORKLOAD_IMAGE: ${{ needs.build.outputs.image }}
nais/nais.yaml
@@ -4,7 +4,6 @@ metadata:
4
name: "karapace-test"
5
namespace: "nais"
6
spec:
7
- image: "{{image}}"
8
liveness:
9
path: "/"
10
startup:
0 commit comments