chore: Do some cleanup in the static directory

This commit is contained in:
Nikolai Rodionov
2023-04-17 17:23:30 +02:00
parent 542f4cc562
commit 1d43c273ee
58 changed files with 47 additions and 57 deletions

View File

@ -164,10 +164,10 @@ spec:
And I pushed to repo.
So now let see what I've got in UI:
![Changes in UI](/argocd-vs-helmfile/update-in-ui.png)
![Changes in UI](/posts/argocd-vs-helmfile/update-in-ui.png)
This is how `diffs` for VPA look in the UI:
![Diff in UI](/argocd-vs-helmfile/diff-in-ui.png)
![Diff in UI](/posts/argocd-vs-helmfile/diff-in-ui.png)
{{< details "Here you can find all the diffs from the UI as text" >}}
@ -373,7 +373,7 @@ subjects:
{{< /details >}}
And for Goldilocks
![Goldilocks Application](/argocd-vs-helmfile/goldilocks-ui.png)
![Goldilocks Application](/posts/argocd-vs-helmfile/goldilocks-ui.png)
All the diffs are also there, and they look good.
@ -424,7 +424,7 @@ spec:
targetRevision: argo-apps-main
```
![App of apps in the `main`](/argocd-vs-helmfile/app-of-apps-main.png)
![App of apps in the `main`](/posts/argocd-vs-helmfile/app-of-apps-main.png)
So currently app of apps doesn't know about what's happening in my new branch. And so I can't just do `argocd app vpa diff`. So what should I do?
```BASH