Mohit Kumar Sharma
Mohit Kumar Sharma
even more than that we need a capability to pass the values file as pure yaml to values: currently, it flattens the yaml and json so we can not pass...
let me know if i can help
can we also add some functions that will allow us to have defaults for the template var?
for example {{ myvar.myproperty | default "test" }}
It will be very helpful, especially in the application set where we want to set the default chart version if not specified by user.
we have a use case where we are deploying the same app in multiple namespaces, clusters in different regions. For each instance, we had to create a new confi.yaml. Can...
yes, we are using 1.1.1
``` apiVersion: argoproj.io/v1alpha1 kind: Rollout metadata: labels: region: us-east-1 system_risk_class: "1" managedFields: - apiVersion: argoproj.io/v1alpha1 fieldsType: FieldsV1 fieldsV1: f:metadata: f:annotations: f:rollout.argoproj.io/revision: {} f:spec: f:replicas: {} f:status: .: {} f:HPAReplicas: {}...
``` apiVersion: networking.istio.io/v1beta1 kind: DestinationRule metadata: annotations: argo-rollouts.argoproj.io/managed-by-rollouts: testapp creationTimestamp: "2021-11-29T13:48:24Z" generation: 147 labels: app.kubernetes.io/component: testapp managedFields: - apiVersion: networking.istio.io/v1beta1 fieldsType: FieldsV1 fieldsV1: f:metadata: f:annotations: .: {} f:kubectl.kubernetes.io/last-applied-configuration: {} f:labels:...