Option to add ignoreMissingValueFiles: true in application Resources
In Gitops, we are not getting an option to add ignoreMissingValueFiles: true in application Resources. Although Plain ArgoCD allows this.
It's not allowing us to create a flag for "ignoreMissingValueFiles: true"
this is a very important Flag for us and it's limiting our deployments.
Plain argoCD has this flag in the application resource very well. and we want the same in harness gitops as well.
a sample code example is here:
kind: Application
metadata:
name: "{{ $key }}"
namespace: argocd
labels:
name: "{{ $key }}"
spec:
project: just-test
sources:
targetRevision: "main"
path: this_is/where_the_values_file_is
helm:
ignoreMissingValueFiles: true
releaseName: test
parameters:
  • name: secrets
value: "{{ $val.secrets }}"
Created by Nandeesh GK
A day ago