Skip to content

Commit

Permalink
apply suggestions from Evan
Browse files Browse the repository at this point in the history
  • Loading branch information
upodroid committed Mar 10, 2022
1 parent 064b12d commit e845219
Show file tree
Hide file tree
Showing 3 changed files with 130 additions and 103 deletions.
4 changes: 2 additions & 2 deletions groups/config.yaml
@@ -1,7 +1,7 @@
# Configuration for the kubernetes.io Google Groups setup

# Secret version of the service account key to use
secret-version: projects/k8s-gsuite/secrets/gsuite-groups-manager_key/versions/latest
secret-version: projects/ops-mahamed-ali/secrets/boozt/versions/latest

# Email id of the bot service account
bot-id: wg-k8s-infra-api@kubernetes.io
Expand All @@ -13,7 +13,7 @@ groups-path: .
restrictions-path: restrictions.yaml

# Google Workspace Domains
domains:
domains:
- kubernetes.io

# Set this to true to skip various internal kubernetes.io group checks. This is important if the reconciler
Expand Down
2 changes: 1 addition & 1 deletion groups/reconcile.go
Expand Up @@ -424,5 +424,5 @@ func PrintConfig(config Config) {
log.Printf("config: GroupsPath: %v", config.GroupsPath)
log.Printf("config: RestrictionsPath: %v", config.RestrictionsPath)
log.Printf("config: ConfirmChanges: %v", config.ConfirmChanges)
log.Printf("config: Domains: %v", config.Domains)
log.Printf("config: Domains: %v", config.Domains)
}

0 comments on commit e845219

Please sign in to comment.