Updating a connector in Google Cloud
Learn how to update a connector through the Helm CLI
Prerequisites
Item
Description
Update a connector
export APONO_CONNECTOR_ID=apono-google-integrationexport APONO_TOKEN=abcd1234-e5f6-7g8h-90123i45678export PROJECT_ID=my-project-12345export GCP_SERVICE_ACCOUNT_EMAIL=apono-connector-iam-sa@$PROJECT_ID.iam.gserviceaccount.comhelm upgrade apono-connector apono-connector --repo https://apono-io.github.io/apono-helm-charts \ --set-string apono.token=$APONO_TOKEN \ --set-string apono.connectorId=$APONO_CONNECTOR_ID \ --set-string serviceAccount.gcpServiceAccountEmail=$GCP_SERVICE_ACCOUNT_EMAIL \ --namespace $NAMESPACE \ --create-namespace
PreviousInstalling a GCP connector on GKE using TerraformNextUpdate a GCP connector in Cloud Run with CLI
Last updated
Was this helpful?
