Skip to content

Commit

Permalink
Updating
Browse files Browse the repository at this point in the history
Signed-off-by: Subash Dangol <[email protected]>
  • Loading branch information
subashd committed Aug 5, 2024
1 parent 708bd44 commit 5206b62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/deploy/deploy-api-gateway-using-gitops.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ metadata:
name: apigatewaypolicyinstance
spec:
api_definition:
repository: "https://code.citrite.net/scm/cnn/cic-gitops.git"
repository: "<repository_URL>"
branch: "modify-test-branch"
oas_secret_ref: "mysecret"
files:
Expand Down
2 changes: 1 addition & 1 deletion simplified-deployment-usecases/ipam-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ You must perform the following steps before installing Citrix IPAM controller:
spec:
containers:
- name: cnn-website
image: ns-local-docker.repo.citrite.net/apoorvak/cnnapp:v1
image: quay.io/sample-apps/cnn-website:v1.0.0
ports:
- name: http-80
containerPort: 80
Expand Down

0 comments on commit 5206b62

Please sign in to comment.