argo-examples/helm-webapp/values.yaml
derek-afriyie-aera 61bce55032 Update Image 🛠️
2023-02-22 17:13:40 -05:00

13 lines
190 B
YAML

appName: myhelmapp
port: 80
configmap:
name: myhelmapp-configmap-v1
data:
CUSTOM_HEADER: 'This app was deployed with helm!'
image:
name: helm-webapp-demo/mywebapp
tag: latest