-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #50 from huang-jy/master
Enable ServiceAccount annotations
- Loading branch information
Showing
2 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,14 @@ moon: | |
enabled: | ||
resources: true | ||
|
||
## | ||
## Optionally add annotations to the service account generated byt the chart | ||
## This is necessary if you intend to use the moon service account for | ||
## Workload Identity or want to tag it for any security monitoring tools | ||
## | ||
serviceaccount: | ||
annotations: {} | ||
# iam.gke.io/gcp-service-account: [email protected] | ||
# ## | ||
# ## Global timeouts. | ||
# ## | ||
|