Update argocd-basic.jsonnet

Removed EKS patch from example
This commit is contained in:
Andres De Castro 2020-09-04 09:25:36 -04:00 committed by GitHub
parent d869da16fc
commit 4cef8bb7d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
local kp = (import 'kube-prometheus/kube-prometheus.libsonnet') +
(import 'kube-prometheus/kube-prometheus-eks.libsonnet') + {
local kp = (import 'kube-prometheus/kube-prometheus.libsonnet') + {
_config+:: {
namespace: 'monitoring',
},