diff --git a/.gitignore b/.gitignore index 120953a146..382f1e11da 100644 --- a/.gitignore +++ b/.gitignore @@ -90,3 +90,5 @@ Haraka/dkim/keys/private_base64.txt Haraka/dkim/keys/public_base64.txt .eslintcache + +HelmChart/Values/*.values.yaml diff --git a/HelmChart/Values/prod.values.yaml b/HelmChart/Values/prod.values.yaml deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/HelmChart/Values/test.values.yaml b/HelmChart/Values/test.values.yaml deleted file mode 100644 index 36f7c3cb18..0000000000 --- a/HelmChart/Values/test.values.yaml +++ /dev/null @@ -1,11 +0,0 @@ -host: k.oneuptime.com - -global: - storageClass: microk8s-hostpath - -image: - tag: test - -ingress: - service: - type: LoadBalancer