Skip to content

Commit

Permalink
chore: create namespace sdsadsa
Browse files Browse the repository at this point in the history
  • Loading branch information
Admin committed Nov 7, 2024
1 parent 4e6c386 commit 5ffc0a6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions fixtures/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ resources:
- ldap
- opensearch
- elasticsearch
- namespaces/sdsadsa
5 changes: 5 additions & 0 deletions fixtures/namespaces/sdsadsa/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
buildMetadata: [originAnnotations]
resources:
- namespace.yaml
8 changes: 8 additions & 0 deletions fixtures/namespaces/sdsadsa/namespace.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
apiVersion: v1
kind: Namespace
metadata:
name: sdsadsa
annotations:
"mission-control/playbook": kustomize-create-namespace
"mission-control/run": 019305f7-f10c-3164-9b2e-165f179bfcc0
"mission-control/createdBy": Admin

0 comments on commit 5ffc0a6

Please sign in to comment.