We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fc6cdd commit 8e8c9cbCopy full SHA for 8e8c9cb
fargate/eks_cdk/lib/eks_cdk-stack.ts
@@ -41,6 +41,9 @@ class EksCdkStack extends cdk.Stack {
41
metadata: { labels: appLabel },
42
spec: {
43
serviceAccountName: sa.serviceAccountName,
44
+ securityContext: { // To fix the file permission of the access token file, see https://github.com/kubernetes-sigs/external-dns/pull/1185
45
+ fsGroup: 65534
46
+ },
47
containers: [
48
{
49
name: "quarkus-demo-web",
0 commit comments