jsonnet: lint

This commit is contained in:
paulfantom 2021-01-12 15:21:56 +01:00
parent 48579a9679
commit b5ab602911
No known key found for this signature in database
GPG Key ID: 12AE0185401674E7
4 changed files with 0 additions and 5 deletions

View File

@ -30,8 +30,6 @@
},
prometheus+:: {
local p = self,
prometheus+: {
spec+:
antiaffinity('prometheus', [$._config.prometheus.name], $._config.namespace),

View File

@ -100,7 +100,6 @@ local prometheusAdapter = import './prometheus-adapter/prometheus-adapter.libson
(kubeRbacProxyContainer {
config+:: {
kubeRbacProxy: {
local cfg = self,
image: $._config.imageRepos.kubeRbacProxy + ':' + $._config.versions.kubeRbacProxy,
name: 'kube-rbac-proxy',
securePortName: 'https',

View File

@ -1,5 +1,4 @@
local defaults = {
local defaults = self,
namespace: error 'must provide namespace',
image: 'quay.io/brancz/kube-rbac-proxy:v0.8.0',
ports: error 'must provide ports',

View File

@ -16,7 +16,6 @@
},
specMixin:: {
local sm = self,
config+:: {
kubeRbacProxy: {
image: error 'must provide image',