updates bot secret name

This commit is contained in:
benbierens 2023-11-08 11:59:31 +01:00
parent 8d12bc45a1
commit d1403c04c4
No known key found for this signature in database
GPG Key ID: FE44815D96D0A1AA
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ namespace CodexDiscordBotPlugin
AddVolume(config.DataPath, 1.GB()); AddVolume(config.DataPath, 1.GB());
} }
AddVolume(name: "kubeconfig", mountPath: "/opt/kubeconfig.yaml", subPath: "kubeconfig.yaml", secret: "codex-dist-tests-app-kubeconfig"); AddVolume(name: "kubeconfig", mountPath: "/opt/kubeconfig.yaml", subPath: "kubeconfig.yaml", secret: "discordbot-sa-kubeconfig");
} }
} }
} }