Skip to content
This repository was archived by the owner on May 7, 2025. It is now read-only.

Commit 86c8d1d

Browse files
author
Mathieu Benoit
committed
fix depends-on for configconnectorcontext
1 parent 0eda5c2 commit 86c8d1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/gke-project/create-gke-project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ metadata:
131131
name: configconnectorcontext.core.cnrm.cloud.google.com
132132
namespace: ${GKE_PROJECT_ID}
133133
annotations:
134-
config.kubernetes.io/depends-on: iam.cnrm.cloud.google.com/namespaces/${GKE_PROJECT_ID}/IAMServiceAccount/${GKE_PROJECT_ID}
134+
config.kubernetes.io/depends-on: iam.cnrm.cloud.google.com/namespaces/config-control/IAMServiceAccount/${GKE_PROJECT_ID}
135135
spec:
136136
googleServiceAccount: ${GKE_PROJECT_SA_EMAIL}
137137
EOF

0 commit comments

Comments
 (0)