mirror of
https://github.com/whyour/qinglong.git
synced 2026-09-20 16:07:11 +08:00
29 lines
879 B
YAML
29 lines
879 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: ql3-prompt-output-key-retirement-command
|
|
namespace: qinglong3-system
|
|
labels:
|
|
app.kubernetes.io/name: ql3-prompt-output-key-retirement
|
|
app.kubernetes.io/component: ai-maintenance
|
|
app.kubernetes.io/part-of: qinglong3
|
|
immutable: true
|
|
data:
|
|
command.json: |
|
|
{
|
|
"schemaVersion": 1,
|
|
"operation": "cluster.prompt-output-key.retire",
|
|
"kubernetes": {
|
|
"namespace": "qinglong3-system",
|
|
"secretName": "ql3-prompt-output-keyring",
|
|
"expectedSecretUid": "replace-with-live-secret-uid",
|
|
"dataKey": "keyring.json"
|
|
},
|
|
"request": {
|
|
"keyId": "replace-with-inactive-key-id",
|
|
"retirementId": "replace-with-unique-retirement-id",
|
|
"requestId": "replace-with-unique-request-id",
|
|
"mutationId": "replace-with-unique-mutation-id"
|
|
}
|
|
}
|