mirror of
https://github.com/thejimnicholson/jenkins.git
synced 2025-12-06 03:30:43 +00:00
Add namespace
This commit is contained in:
parent
86c4957620
commit
aff7297d11
@ -1,4 +1,5 @@
|
||||
resources:
|
||||
- namespace.yaml
|
||||
- credentials.yaml
|
||||
- jenkins-volume.yaml
|
||||
- jenkins.yaml
|
||||
|
||||
5
namespace.yaml
Normal file
5
namespace.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
kind: Namespace
|
||||
apiVersion: v1
|
||||
metadata:
|
||||
name: jenkins
|
||||
Loading…
Reference in New Issue
Block a user