Commit 9737cc8a authored by Amit Rathi's avatar Amit Rathi

Cleaned up cert_manager

parent 95e3a80e
......@@ -13,15 +13,7 @@ module Clusters
include ::Clusters::Concerns::ApplicationData
default_value_for :version, VERSION
def ready_status
[:installed]
end
def ready?
ready_status.include?(status_name)
end
def chart
'stable/cert-manager'
end
......@@ -32,7 +24,7 @@ module Clusters
version: VERSION,
rbac: cluster.platform_kubernetes_rbac?,
chart: chart,
files: files.merge!(cluster_issuer_file),
files: files.merge(cluster_issuer_file),
postinstall: post_install_script
)
end
......@@ -61,4 +53,3 @@ module Clusters
end
end
end
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment