This message was deleted.
# fleet
a
This message was deleted.
q
Do you know how to pass the value from fleet.yaml to kustomize? I want to specify a role for specific cluster
Copy code
- name: configure-crossplane
  kustomize:
    dir: overlays/aws-config
    resources:
      - controllerconfig.yaml
    patches:
      - target:
          kind: ControllerConfig
          name: aws-config
        patch: |-
          - op: replace
            path: /metadata/annotations/eks.amazonaws.com~1role-arn
            value: arn:aws:iam::123456789:role/provider-aws
  clusterName: eks-test