Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CUS-393: Align Gateways serviceAccount with Consoles #125

Conversation

BStarmerSmith
Copy link
Contributor

We had a discrepancy between Gateway and Console, where console allowed you to define annotations and also had more options for labels for your service account.

This PR brings the two product much closer in terms of linking our product to your service accounts. Adding many more values to the Gateway Helm Chart such as:

serviceAccount.annotations
serviceAccount.automountServiceAccountToken

@BStarmerSmith
Copy link
Contributor Author

See example of me using these new values and the serviceaccount they create:

# Source: conduktor-gateway/templates/serviceaccount.yaml
apiVersion: v1
kind: ServiceAccount
metadata:
  name: Service Account 1
  namespace: "conduktor"
  labels:
    helm.sh/chart: conduktor-gateway-3.3.1
    app.kubernetes.io/name: conduktor-gateway
    app.kubernetes.io/instance: conduktor-gateway
    app.kubernetes.io/version: "3.3.1"
    app.kubernetes.io/managed-by: Helm
  annotations:
    eks.amazonaws.com/role-arn: arn:aws:iam::123456789012:role/role-name
automountServiceAccountToken: true

@BStarmerSmith BStarmerSmith merged commit 843a941 into main Oct 18, 2024
6 checks passed
@BStarmerSmith BStarmerSmith deleted the cus-393-pluralsight-gateway-helmchart-is-not-good-for-aws-irsa branch October 18, 2024 16:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants