Skip to content

Commit 4eb4294

Browse files
committed
Updating
Signed-off-by: Subash Dangol <[email protected]>
1 parent 09d8051 commit 4eb4294

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/deploy/deploy-api-gateway-using-gitops.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ metadata:
161161
name: apigatewaypolicyinstance
162162
spec:
163163
api_definition:
164-
repository: "https://code.citrite.net/scm/cnn/cic-gitops.git"
164+
repository: "<repository_URL>"
165165
branch: "modify-test-branch"
166166
oas_secret_ref: "mysecret"
167167
files:

simplified-deployment-usecases/ipam-installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ You must perform the following steps before installing Citrix IPAM controller:
3636
spec:
3737
containers:
3838
- name: cnn-website
39-
image: ns-local-docker.repo.citrite.net/apoorvak/cnnapp:v1
39+
image: quay.io/sample-apps/cnn-website:v1.0.0
4040
ports:
4141
- name: http-80
4242
containerPort: 80

0 commit comments

Comments
 (0)