Skip to content

Commit

Permalink
Merge pull request #38 from mitou/fix/service-account-label
Browse files Browse the repository at this point in the history
[修正] service accountにworkload identity用のlabelがついていなかったので修正
  • Loading branch information
kyasbal authored Apr 27, 2024
2 parents 8a831f7 + 12da1f6 commit 3939283
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kubernetes/mattermost/external-secrets-operator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ metadata:
app.kubernetes.io/instance: external-secrets
app.kubernetes.io/version: "v0.9.16"
app.kubernetes.io/managed-by: Helm
annotations:
iam.gke.io/gcp-service-account: "[email protected]"
---
# Source: external-secrets/templates/webhook-serviceaccount.yaml
apiVersion: v1
Expand Down

0 comments on commit 3939283

Please sign in to comment.