diff options
author | makefunstuff <[email protected]> | 2024-07-04 09:42:02 +0200 |
---|---|---|
committer | makefunstuff <[email protected]> | 2024-07-04 09:42:02 +0200 |
commit | 7937cffbc5e00b697ab4531bb6773b12874c4ab6 (patch) | |
tree | 0a396323de0d6fe6057b9f66265e87125a64533e | |
parent | a8c9546bd2fb230e9c449979314ebee91175189b (diff) | |
download | k3s-lab-7937cffbc5e00b697ab4531bb6773b12874c4ab6.tar.gz |
upd
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: |