Skip to content

Commit

Permalink
Merge pull request #3 from nlnwa/namespace
Browse files Browse the repository at this point in the history
Added namespace
  • Loading branch information
maeb authored Apr 22, 2021
2 parents 2c7d101 + 5e80715 commit 69a4530
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions k8s/job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apiVersion: batch/v1
kind: Job
metadata:
name: veidemann-reset
namespace: veidemann
spec:
backoffLimit: 1
template:
Expand Down
1 change: 1 addition & 0 deletions k8s/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
kind: Kustomization
apiVersion: kustomize.config.k8s.io/v1beta1
namespace: veidemann

commonLabels:
app.kubernetes.io/name: veidemann-reset
Expand Down

0 comments on commit 69a4530

Please sign in to comment.