From 96fffd3c0356604a9a113a5f419d1c1c617d9ad3 Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Fri, 14 Jun 2024 10:58:58 -0400 Subject: [PATCH] remove hard code identiy id --- k8-operator/config/samples/k8s-auth/sample.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8-operator/config/samples/k8s-auth/sample.yaml b/k8-operator/config/samples/k8s-auth/sample.yaml index 44f2d86ee..6dcbae13a 100644 --- a/k8-operator/config/samples/k8s-auth/sample.yaml +++ b/k8-operator/config/samples/k8s-auth/sample.yaml @@ -12,7 +12,7 @@ spec: authentication: # Native Kubernetes Auth kubernetesAuth: - identityId: 8c0c9823-7249-4043-b292-a861fb9b1b50 + identityId: <> serviceAccountRef: name: infisical-auth namespace: default