Skip to content

Commit

Permalink
rename file imagerepolicy
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuriy Bezsonov committed Oct 3, 2023
1 parent 2f07ca6 commit ceed230
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions website/docs/automation/gitops/flux/ci.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ manifests/modules/automation/gitops/flux/imagerepository.yaml
2. ImagePolicy:

```file
manifests/modules/automation/gitops/flux/imagerepolicy.yaml
manifests/modules/automation/gitops/flux/imagepolicy.yaml
```

3. ImageUpdateAutomation:
Expand All @@ -113,7 +113,7 @@ $ cp ~/environment/eks-workshop/modules/automation/gitops/flux/image*.yaml ~/env
$ yq -i ".spec.image = env(IMAGE_URI_UI)" ~/environment/retail-store-sample-codecommit/imagerepository.yaml
$ less ~/environment/retail-store-sample-codecommit/imagerepository.yaml | grep image:
$ kubectl apply -f ~/environment/retail-store-sample-codecommit/imagerepository.yaml
$ kubectl apply -f ~/environment/retail-store-sample-codecommit/imagerepolicy.yaml
$ kubectl apply -f ~/environment/retail-store-sample-codecommit/imagepolicy.yaml
$ kubectl apply -f ~/environment/retail-store-sample-codecommit/imageupdateautomation.yaml
```

Expand Down Expand Up @@ -164,6 +164,7 @@ We wait 2-5 minutes until Application Load Balancer will be provisioned and chec

```bash test=false
$ export UI_URL=$(kubectl get ingress -n ui ui -o jsonpath="{.status.loadBalancer.ingress[*].hostname}{'\n'}")
$ while [[ $(curl -s -o /dev/null -w "%{http_code}" $UI_URL/home) != "200" ]]; do sleep 1; done
$ curl $UI_URL/home | grep "Retail Store Sample"
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
Expand Down

0 comments on commit ceed230

Please sign in to comment.