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

feat: Add kubernetes standard labels to avoid manual mistakes on the managed aws-auth configmap #989

Merged
merged 4 commits into from
Oct 25, 2020

Conversation

gillg
Copy link
Contributor

@gillg gillg commented Aug 27, 2020

Description

Add labels to avoid manual mistakes on managed configmap. It adds 2 labels :

apiVersion: v1
kind: ConfigMap
metadata:
  labels:
    app.kubernetes.io/managed-by: Terraform
    terraform.io/module: terraform-aws-modules.eks.aws
  name: aws-auth
  namespace: kube-system
data:
  mapAccounts: |
    []
  mapRoles: |
    ........
  mapUsers: |
    []

By this way and "standard" managed-by label, we know this file is provided and enforced by terraform. You should not edit it manualy.

Checklist

@daroga0002
Copy link
Contributor

@gillg CI is failing as you must change PR titlle as per https:/terraform-aws-modules/terraform-aws-eks/blob/master/.github/CONTRIBUTING.md#semantic-pull-requests

I belive this will be improvment: so add this on beginning of tittle.

@gillg gillg changed the title Add labels to avoid manual mistakes on managed configmap improvement: Add labels to avoid manual mistakes on managed configmap Sep 10, 2020
@barryib barryib changed the title improvement: Add labels to avoid manual mistakes on managed configmap feat: Add kubernetes standard labels to avoid manual mistakes on the managed aws-auth configmap Oct 5, 2020
Copy link
Member

@barryib barryib left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gillg can you please rebase your branch from master and re-generate the terraform docs to fix the CI.

@gillg
Copy link
Contributor Author

gillg commented Oct 5, 2020

Everything is OK

Copy link
Member

@barryib barryib left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @gillg for your contribution.

@barryib barryib merged commit 751c422 into terraform-aws-modules:master Oct 25, 2020
barryib pushed a commit to Polyconseil/terraform-aws-eks that referenced this pull request Oct 25, 2020
@github-actions
Copy link

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 17, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants