updates bot secret name
This commit is contained in:
parent
8d12bc45a1
commit
d1403c04c4
|
@ -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");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue