Signed-off-by: Pascal Sthamer <10992664+P4sca1@users.noreply.github.com>
This commit is contained in:
Pascal Sthamer
2025-02-19 10:30:14 +01:00
parent fd2996f101
commit 065573811e
+1 -1
View File
@@ -594,7 +594,7 @@ func deployk8sApp(image string, identifier string, env []string) error {
},
},
DNSPolicy: corev1.DNSClusterFirst,
ServiceAccountName: appServiceAccountName},
ServiceAccountName: appServiceAccountName,
},
},
},