diff options
Diffstat (limited to '')
-rw-r--r-- | cd/tools.yaml | 2 | ||||
-rw-r--r-- | local/helm-operations/nginx-operation.yaml | 4 | ||||
-rw-r--r-- | tools/argocd/values.yaml | 2 |
3 files changed, 2 insertions, 6 deletions
diff --git a/cd/tools.yaml b/cd/tools.yaml index 0b73569..3283d1c 100644 --- a/cd/tools.yaml +++ b/cd/tools.yaml @@ -7,8 +7,6 @@ spec: generators: - list: elements: - - chart: argocd - path: tools/argocd - chart: grafana path: tools/grafana - chart: prometheus diff --git a/local/helm-operations/nginx-operation.yaml b/local/helm-operations/nginx-operation.yaml index a1d76a3..8cbb928 100644 --- a/local/helm-operations/nginx-operation.yaml +++ b/local/helm-operations/nginx-operation.yaml @@ -6,11 +6,11 @@ metadata: apiVersion: helm.cattle.io/v1 kind: HelmChart metadata: - name: apache + name: nginx namespace: kube-system spec: repo: https://charts.bitnami.com/bitnami - chart: apache + chart: nginx targetNamespace: web valuesContent: |- service: diff --git a/tools/argocd/values.yaml b/tools/argocd/values.yaml index 5e6a78f..3953d1b 100644 --- a/tools/argocd/values.yaml +++ b/tools/argocd/values.yaml @@ -1,8 +1,6 @@ argo-cd: global: domain: argocd.topkek.cloud - nodeSelector: - master: "true" configs: params: |