Skip to content

Commit c97e34b

Browse files
committed
add workflow dispatch
1 parent b747fa8 commit c97e34b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/klass-api-build-and-deploy-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
inputs:
55
app:
66
description: 'App name'
7-
required: true
7+
type: string
88
push:
99

1010
jobs:

.nais/test/klass-api-pr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
apiVersion: nais.io/v1alpha1
33
kind: Application
44
metadata:
5-
name: klass-{{ app-name }}
5+
name: ${{ app-name }}
66
namespace: dapla-metadata
77
labels:
88
shared-db: "true"
@@ -11,7 +11,7 @@ spec:
1111
port: 8080
1212
ttl: 1h
1313
ingresses:
14-
- https://klass-{{ app-name }}.intern.test.ssb.no/api/klass
14+
- https://${{ app-name }}.intern.test.ssb.no/api/klass
1515
replicas:
1616
min: 1
1717
max: 1

0 commit comments

Comments
 (0)