docs: rename Secure Variables to Variables (#14352)

This commit is contained in:
Tim Gross
2022-08-29 11:37:08 -04:00
committed by GitHub
parent 196b16e984
commit e1e5bb1dce
12 changed files with 312 additions and 317 deletions

View File

@@ -148,8 +148,8 @@
"path": "concepts/workload-identity"
},
{
"title": "Secure Variables",
"path": "concepts/secure-variables"
"title": "Variables",
"path": "concepts/variables"
}
]
},
@@ -632,6 +632,27 @@
}
]
},
{
"title": "root",
"routes": [
{
"title": "keyring install",
"path": "commands/operator/root/keyring-install"
},
{
"title": "keyring list",
"path": "commands/operator/root/keyring-list"
},
{
"title": "keyring remove",
"path": "commands/operator/root/keyring-remove"
},
{
"title": "keyring rotate",
"path": "commands/operator/root/keyring-rotate"
}
]
},
{
"title": "scheduler",
"routes": [
@@ -645,27 +666,6 @@
}
]
},
{
"title": "secure-variables",
"routes": [
{
"title": "keyring install",
"path": "commands/operator/secure-variables/keyring-install"
},
{
"title": "keyring list",
"path": "commands/operator/secure-variables/keyring-list"
},
{
"title": "keyring remove",
"path": "commands/operator/secure-variables/keyring-remove"
},
{
"title": "keyring rotate",
"path": "commands/operator/secure-variables/keyring-rotate"
}
]
},
{
"title": "snapshot",
"routes": [