rleffd

Results 2 comments of rleffd

Ouupss I forgot it, sorry. The deployment: ```yaml apiVersion: apps/v1 kind: Deployment metadata: labels: app: demo annotations: reloader.stakater.com/auto: "true" name: demo spec: replicas: 2 selector: matchLabels: app: deployment-demo strategy: {}...

Hello. I'm deploying using helm chart. The value is: ```yaml # Generated from deployments/kubernetes/templates/chart/values.yaml.tmpl global: ## Reference to one or more secrets to be used when pulling images ## ref:...