Reading SSM Parameter store from EKS helm chart

0

Hi Team, Can someone please help me to fetch the aws-ssm-parameter-store in eks helm chart .yaml file?

`apiVersion: secrets-store.csi.x-k8s.io/v1
kind: SecretProviderClass
metadata:
  name: aws-secrets
spec:
  provider: aws
  parameters:
    objects: |
        - objectName: "/abc/myparameter"
          objectType: "ssmparameter"`

Here, I would like to store the value of my parameter "/abc/myparameter" in a variable and should use it in other part of the code. any suggestions? Thanks in advance.

1 Answer
0

I don't have a lot of context, but please read up on the AWS Secrets and Configuration Provider (ASCP): https://docs.aws.amazon.com/systems-manager/latest/userguide/integrating_csi_driver.html

If you're already running this and it's not working, please provide more details.

AWS
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions