Skip to content

Commit

Permalink
delete app creation request if user defined app has been found
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Bacher <[email protected]>
  • Loading branch information
bacherfl committed Jan 4, 2023
1 parent eeda35f commit 4eb2b6f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/podtatohead-deployment/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ spec:
component: podtato-head-entry
keptn.sh/app: podtato-head
keptn.sh/workload: podtato-head-entry
keptn.sh/version: 0.6.0
spec:
terminationGracePeriodSeconds: 5
initContainers:
Expand All @@ -38,6 +39,8 @@ spec:
env:
- name: PODTATO_PORT
value: "9000"
- name: SOME_ENV
value: "hello"
---
apiVersion: v1
kind: Service
Expand Down

0 comments on commit 4eb2b6f

Please sign in to comment.