Skip to content

Commit

Permalink
fix(examples): add new task definitions to kustomize base (#1674)
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Bacher <florian.bacher@dynatrace.com>
  • Loading branch information
bacherfl committed Jul 5, 2023
1 parent 55ee941 commit adba1ec
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/sample-app/base/container-task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apiVersion: lifecycle.keptn.sh/v1alpha3
kind: KeptnTaskDefinition
metadata:
name: container-sleep
namespace: podtato-kubectl
spec:
container:
name: testy-test
Expand Down
2 changes: 2 additions & 0 deletions examples/sample-app/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ resources:
- app-post-deploy.yaml
- provider.yaml
- metric.yaml
- container-task.yaml
- python-task.yaml

patchesStrategicMerge:
- manifest.yaml
2 changes: 2 additions & 0 deletions examples/sample-app/base/python-task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apiVersion: lifecycle.keptn.sh/v1alpha3
kind: KeptnTaskDefinition
metadata:
name: python-secret
namespace: podtato-kubectl
spec:
python:
httpRef:
Expand All @@ -16,6 +17,7 @@ apiVersion: v1
kind: Secret
metadata:
name: mypysecret
namespace: podtato-kubectl
type: Opaque
data:
SECURE_DATA: dG9rZW46IG15dG9rZW4=

0 comments on commit adba1ec

Please sign in to comment.