hashicorp / terraform-cloud-operator

Kubernetes Operator allows managing HCP Terraform resources via Kubernetes Custom Resources.
https://developer.hashicorp.com/terraform/cloud-docs
Mozilla Public License 2.0
114 stars 27 forks source link

🚀 Exposes the ability to customize the name and annotations of the SA #431

Open frgray opened 2 weeks ago

frgray commented 2 weeks ago

Description

Eexposes the ability to:

Usage Example

my-custom-values.yaml

serviceAccount:
    name: my-custom-service-account-name
    annotations:
        eks.amazonaws.com/role-arn: arn:aws:iam::XXXXXXX:role/alb-controller-XXXXXXXX
helm install demo hashicorp/terraform-cloud-operator \
    --namespace=tfc-operator-system \
    --create-namespace  \
    --values my-custom-values.yaml

References

N/A

Community Note

hashicorp-cla-app[bot] commented 2 weeks ago

CLA assistant check
All committers have signed the CLA.

hashicorp-cla-app[bot] commented 2 weeks ago

CLA assistant check

Thank you for your submission! We require that all contributors sign our Contributor License Agreement ("CLA") before we can accept the contribution. Read and sign the agreement

Learn more about why HashiCorp requires a CLA and what the CLA includes

Have you signed the CLA already but the status is still pending? Recheck it.