Skip to content

Commit 9ee649a

Browse files
authored
Merge pull request #76 from datafold/gerard-eng-2637-align-k8s-account-names
fix: Fix the prefix
2 parents 99fb3fe + ea04b54 commit 9ee649a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,7 @@ variable "k8s_access_bedrock" {
773773

774774
variable "service_account_prefix" {
775775
type = string
776-
default = "datafold-"
776+
default = ""
777777
description = "Prefix for service account names to match Helm chart naming (e.g., 'datafold-' for 'datafold-server', or '' for no prefix)"
778778
}
779779

0 commit comments

Comments
 (0)