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.
Service "dp-inntekt-api-grpc" is invalid: spec.clusterIP: Invalid value: "": field is immutable
1 parent 832a96b commit f25542fCopy full SHA for f25542f
.github/workflows/dp-inntekt-api-deploy.yaml
@@ -52,7 +52,7 @@ jobs:
52
env:
53
APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }}
54
CLUSTER: dev-fss
55
- RESOURCE: nais/dev/nais.yaml
+ RESOURCE: nais/dev/nais.yaml,nais/grpc-svc.yaml
56
VARS: nais/vars.yaml
57
PRINT_PAYLOAD: true
58
deploy-prod:
@@ -68,6 +68,6 @@ jobs:
68
69
70
CLUSTER: prod-fss
71
- RESOURCE: nais/prod/nais.yaml
+ RESOURCE: nais/prod/nais.yaml,nais/grpc-svc.yaml
72
73
0 commit comments