We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 063c998 commit 8770529Copy full SHA for 8770529
src/Shared/Components/DocLink/constants.ts
@@ -90,7 +90,8 @@ export const DOCUMENTATION = {
90
SECURITY: 'usage/security-features',
91
SPECIFY_IMAGE_PULL_SECRET: 'getting-started/global-configurations/container-registries#specify-image-pull-secret',
92
TENANT_INSTALLATION: 'usage/software-distribution-hub/tenants',
93
-
+ // Todo: Replace with correct Url
94
+ SAMPLE_RUNBOOK_LINK: 'https://github.com/devtron-labs/athena-be/wiki/Runbook-Actions',
95
// ENTERPRISE
96
CEL: 'https://github.com/google/cel-spec/blob/master/doc/langdef.md',
97
KUBERNETES_LABELS: 'https://kubernetes.io/docs/concepts/overview/working-with-objects/labels',
0 commit comments