You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I have a list in my value.yaml file :
my-tlsNamespaces:
- xxx
Which I would like to set via my ApplicationSet generators.list and add it in my template, how could this be done??
apiVersion: argoproj.io/v1alpha1
kind: ApplicationSet
metadata:
name: idp-imp-baseline-helm-deployment
spec:
generators:
- list:
elements:
- cluster: myk8scluster1
server: https://xxxxx
namespace: mynamespace1
my-tlsNamespaces: <--------------- input list
- namespace1
- namespace2
- cluster: myk8scluster2
server: https://yyyyy
namespace: mynamespace2
my-tlsNamespaces: <--------------- input list
- namespace3
- namespace4
-
template:
..
helm:
valueFiles:
- values.yaml
parameters:
???? <------------ how to add my-tlsNamespaces here ?
Beta Was this translation helpful? Give feedback.
All reactions