This repository has been archived on 2024-12-15. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
onechart/values.yaml
2023-10-30 17:55:07 +01:00

21 lines
288 B
YAML

ingress:
host: chart-example.local
ingressClassName: nginx
gitRepository: laszlocph/demo-app
gitSha: xyz
volumes:
- name: testing
path: /deleteme
hostPath:
path: /deleteme
- name: empty
path: /deleteme2
emptyDir: true
vars:
var1: value1
var2: value2