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

PIC-4134 put service account name in pod name - useful for namespaces… #18

Conversation

markreesmoj
Copy link
Contributor

… with multiple service accounts

@@ -1,6 +1,6 @@
locals {
# Generic configuration
identifier = "cloud-platform-${random_id.name.hex}"
identifier = "cp-${random_id.name.hex}"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Shortening the prefix to reduce the chance of hitting the 64 character limit
I wonder if the service name could replace the random_id part instead?

main.tf Outdated Show resolved Hide resolved
main.tf Outdated Show resolved Hide resolved
main.tf Outdated Show resolved Hide resolved
markreesmoj and others added 3 commits September 10, 2024 15:35
Co-authored-by: Jaskaran Sarkaria <[email protected]>
Co-authored-by: Jaskaran Sarkaria <[email protected]>
Co-authored-by: Jaskaran Sarkaria <[email protected]>
main.tf Outdated Show resolved Hide resolved
main.tf Outdated Show resolved Hide resolved
main.tf Outdated Show resolved Hide resolved
main.tf Outdated Show resolved Hide resolved
markreesmoj and others added 3 commits October 21, 2024 15:00
Co-authored-by: Steve Williams <[email protected]>
Co-authored-by: Steve Williams <[email protected]>
Co-authored-by: Steve Williams <[email protected]>
@sj-williams sj-williams merged commit c091036 into ministryofjustice:main Oct 23, 2024
1 of 2 checks passed
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.

3 participants