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 /local/helm-operations | |
parent | a8c9546bd2fb230e9c449979314ebee91175189b (diff) | |
download | k3s-lab-7937cffbc5e00b697ab4531bb6773b12874c4ab6.tar.gz |
upd
Diffstat (limited to 'local/helm-operations')
-rw-r--r-- | local/helm-operations/nginx-operation.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
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: |