From a107ea3828eb0f13dff8176fb6a555cb5e2d7ea8 Mon Sep 17 00:00:00 2001 From: Angel Marin Date: Wed, 21 Jan 2026 08:23:29 +0100 Subject: [PATCH] HYPERFLEET-482 - fix: remove references to old WIF --- charts/README.md | 8 ++++---- charts/values.yaml | 2 -- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/charts/README.md b/charts/README.md index ea74d1d..d5fa1b8 100644 --- a/charts/README.md +++ b/charts/README.md @@ -53,6 +53,7 @@ helm delete hyperfleet-adapter | `config.adapterYaml` | Adapter YAML config content | `""` | When `config.adapterYaml` is set: + - Creates `adapter.yaml` key in ConfigMap - Mounts at `/etc/adapter/adapter.yaml` - Sets `ADAPTER_CONFIG_PATH=/etc/adapter/adapter.yaml` @@ -72,6 +73,7 @@ When `config.adapterYaml` is set: | `broker.envKeys` | Specific keys to mount (empty = all via envFrom) | `[]` | When `broker.yaml` is set: + - Creates `broker.yaml` key in ConfigMap - Mounts at `/etc/broker/broker.yaml` - Sets `BROKER_CONFIG_FILE=/etc/broker/broker.yaml` @@ -163,8 +165,7 @@ helm install hyperfleet-adapter ./charts/ \ --set broker.create=true \ --set broker.type=googlepubsub \ --set broker.subscriptionId=my-subscription \ - --set broker.topic=my-topic \ - --set 'serviceAccount.annotations.iam\.gke\.io/gcp-service-account=adapter@PROJECT.iam.gserviceaccount.com' + --set broker.topic=my-topic ``` ### Using Existing ServiceAccount @@ -191,8 +192,7 @@ replicaCount: 2 serviceAccount: create: true - annotations: - iam.gke.io/gcp-service-account: adapter@my-project.iam.gserviceaccount.com + name: my-adapter hyperfleetApi: baseUrl: https://api.hyperfleet.example.com diff --git a/charts/values.yaml b/charts/values.yaml index 45e69a8..930e7dc 100644 --- a/charts/values.yaml +++ b/charts/values.yaml @@ -54,8 +54,6 @@ serviceAccount: # Specifies whether a service account should be created create: true # Annotations to add to the service account - # For GCP Workload Identity Federation (WIF), add: - # iam.gke.io/gcp-service-account: GSA_NAME@PROJECT_ID.iam.gserviceaccount.com annotations: {} # The name of the service account to use. # If not set and create is true, a name is generated using the fullname template