Skip to content

Commit ae4e94b

Browse files
chore: fix GPC and certificate examples
1 parent 7278985 commit ae4e94b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

charts/ggscout/examples/custom_certificates/values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,6 @@ inventory:
2424
type: gitlabci
2525
token: gitlab-token # Replace with the GitLab CI token
2626
url: https://gitlab.com # GitLab URL
27+
gitguardian:
28+
endpoint: "https://my-gg-instance/v1"
29+
api_token: "my_api_token"

charts/ggscout/examples/gcpsecretmanager-workload/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ inventory:
1010
auth:
1111
auth_mode: k8s
1212
project_id: my-project-id # GCP Project ID where the service account is located
13-
project_number: 1234567890 # GCP Project Number
13+
project_number: "1234567890" # GCP Project Number
1414
pool_id: my-pool-id # GCP Workload Identity Pool ID
1515
provider_id: my-provider-id # Workload Identity Provider ID
1616
gcp_service_account_name: my-service-account-name # GCP Service Account Name

0 commit comments

Comments
 (0)