Skip to content

Commit

Permalink
add kubevirt training namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
splattner committed Jul 24, 2024
1 parent f528e1c commit 3380f10
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
16 changes: 16 additions & 0 deletions deploy/acend/base/namespaces/acend-ns-kubevirt.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
apiVersion: v1
kind: Namespace
metadata:
labels:
ci-bot: "true"
env: "prod"
name: acend-kubevirt-training-prod
---
apiVersion: v1
kind: Namespace
metadata:
labels:
ci-bot: "true"
env: "test"
name: acend-kubevirt-training-test
1 change: 1 addition & 0 deletions deploy/acend/base/namespaces/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ resources:
- acend-ns-helm.yaml
- acend-ns-hugo-template.yaml
- acend-ns-kubernetes.yaml
- acend-ns-kubevirt.yaml
- acend-ns-openshift-ops.yaml
- acend-ns-prometheus.yaml
- acend-ns-tekton.yaml
Expand Down

0 comments on commit 3380f10

Please sign in to comment.