Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
2945ab47
Commit
2945ab47
authored
Nov 20, 2018
by
Amit Rathi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix usage data and install command spec
parent
e4897482
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
lib/gitlab/usage_data.rb
lib/gitlab/usage_data.rb
+1
-0
spec/lib/gitlab/kubernetes/helm/install_command_spec.rb
spec/lib/gitlab/kubernetes/helm/install_command_spec.rb
+1
-0
No files found.
lib/gitlab/usage_data.rb
View file @
2945ab47
...
...
@@ -60,6 +60,7 @@ module Gitlab
clusters_platforms_user:
count
(
::
Clusters
::
Cluster
.
user_provided
.
enabled
),
clusters_applications_helm:
count
(
::
Clusters
::
Applications
::
Helm
.
installed
),
clusters_applications_ingress:
count
(
::
Clusters
::
Applications
::
Ingress
.
installed
),
clusters_applications_cert_managers:
count
(
::
Clusters
::
Applications
::
CertManager
.
installed
),
clusters_applications_prometheus:
count
(
::
Clusters
::
Applications
::
Prometheus
.
installed
),
clusters_applications_runner:
count
(
::
Clusters
::
Applications
::
Runner
.
installed
),
clusters_applications_knative:
count
(
::
Clusters
::
Applications
::
Knative
.
installed
),
...
...
spec/lib/gitlab/kubernetes/helm/install_command_spec.rb
View file @
2945ab47
...
...
@@ -207,6 +207,7 @@ describe Gitlab::Kubernetes::Helm::InstallCommand do
--tls-ca-cert /data/helm/app-name/config/ca.pem
--tls-cert /data/helm/app-name/config/cert.pem
--tls-key /data/helm/app-name/config/key.pem
--set rbac.create
\\
=false,rbac.enabled
\\
=false
--namespace gitlab-managed-apps
-f /data/helm/app-name/config/values.yaml
EOS
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment