Skip to content
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.

Doc - Add variable for pkg repo value in doc #3097

Merged
merged 1 commit into from
Feb 9, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/site/content/docs/latest/docker-monitoring-stack.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ By default, only the `tanzu core` packages are available on the standalone clust
To access the community packages, you will first need to add the `tce` repository.

```sh
% tanzu package repository add tce-repo --url projects.registry.vmware.com/tce/main:0.9.1
% tanzu package repository add tce-repo --url projects.registry.vmware.com/tce/main:{{< pkg_repo_latest >}}
/ Adding package repository 'tce-repo'...
Added package repository 'tce-repo'
```
Expand All @@ -79,13 +79,13 @@ Monitor the repo until the STATUS changes to `Reconcile succeeded`. The communit
% tanzu package repository list -A
/ Retrieving repositories...
NAME REPOSITORY STATUS DETAILS NAMESPACE
tce-repo projects.registry.vmware.com/tce/main:0.9.1 Reconciling default
tce-repo projects.registry.vmware.com/tce/main:{{< pkg_repo_latest >}} Reconciling default
tanzu-core projects-stg.registry.vmware.com/tkg/packages/core/repo:v1.21.2_vmware.1-tkg.1-zshippable Reconcile succeeded tkg-system

% tanzu package repository list -A
/ Retrieving repositories...
NAME REPOSITORY STATUS DETAILS NAMESPACE
tce-repo projects.registry.vmware.com/tce/main:0.9.1 Reconcile succeeded default
tce-repo projects.registry.vmware.com/tce/main:{{< pkg_repo_latest >}} Reconcile succeeded default
tanzu-core projects-stg.registry.vmware.com/tkg/packages/core/repo:v1.21.2_vmware.1-tkg.1-zshippable Reconcile succeeded tkg-system
```

Expand Down
4 changes: 2 additions & 2 deletions docs/site/content/docs/latest/vsphere-monitoring-stack.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ To access the community packages, you will first need to add the `tce` repositor

```sh
% tanzu package repository add tce-repo \
--url projects.registry.vmware.com/tce/main:0.9.1
--url projects.registry.vmware.com/tce/main:{{< pkg_repo_latest >}}
/ Adding package repository 'tce-repo'...
Added package repository 'tce-repo'
```
Expand All @@ -63,7 +63,7 @@ Monitor the repo until the STATUS changes to `Reconcile succeeded`. The communit
% tanzu package repository list -A
| Retrieving repositories...
NAME REPOSITORY STATUS DETAILS NAMESPACE
tce-repo projects.registry.vmware.com/tce/main:0.9.1 Reconcile succeeded default
tce-repo projects.registry.vmware.com/tce/main:{{< pkg_repo_latest >}} Reconcile succeeded default
tanzu-core projects-stg.registry.vmware.com/tkg/packages/core/repo:v1.21.2_vmware.1-tkg.1-zshippable Reconcile succeeded tkg-system
```

Expand Down