Skip to content
代码片段 群组 项目
提交 c5300cc1 编辑于 作者: Thong Kuah's avatar Thong Kuah
浏览文件

Use upstream rbac.create value

In any case, Gitlab::Kubernetes::Helm::InstallCommand requires rbac or
not to be specified which will set the approriate rbac.create value on
installation or upgrade of apps
上级 403694be
No related branches found
No related tags found
无相关合并请求
......@@ -91,7 +91,6 @@
it 'includes valid values' do
expect(values).to include('ingress')
expect(values).to include('hub')
expect(values).to include('rbac')
expect(values).to include('proxy')
expect(values).to include('auth')
expect(values).to include('singleuser')
......@@ -111,7 +110,6 @@
it 'includes valid values' do
expect(values).to include('ingress')
expect(values).to include('hub')
expect(values).to include('rbac')
expect(values).to include('proxy')
expect(values).to include('auth')
expect(values).to include('singleuser')
......
......@@ -7,6 +7,3 @@ controller:
podAnnotations:
prometheus.io/scrape: "true"
prometheus.io/port: "10254"
rbac:
create: false
rbac:
enabled: false
hub:
extraEnv:
JUPYTER_ENABLE_LAB: 1
......
......@@ -12,9 +12,6 @@ nodeExporter:
pushgateway:
enabled: false
rbac:
create: false
server:
fullnameOverride: "prometheus-prometheus-server"
image:
......
......@@ -11,7 +11,6 @@ checkInterval: 3
## For RBAC support
rbac:
create: false
clusterWideAccess: false
## Configuration for the Pods that that the runner launches for each new job
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册