Add userspace chart and docs
This allows easy creation of user namespaces with limited permissions.
This commit is contained in:
4
helm/namespace/templates/namespace.yaml
Executable file
4
helm/namespace/templates/namespace.yaml
Executable file
@@ -0,0 +1,4 @@
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: {{ .Release.Name }}
|
||||
Reference in New Issue
Block a user