mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-24 00:21:46 +00:00
Cleanup note sections
Signed-off-by: leigh capili <leigh@null.net>
This commit is contained in:
parent
166181c745
commit
1bf3814701
2 changed files with 5 additions and 3 deletions
|
|
@ -929,7 +929,8 @@ folder into your own repository or use a git submodule to vendor it if preferred
|
||||||
|
|
||||||
#### Using Static Credentials [long-lived]
|
#### Using Static Credentials [long-lived]
|
||||||
|
|
||||||
!!! Using a static credential requires a Secrets management solution compatible with your GitOps workflow.
|
!!! info
|
||||||
|
Using a static credential requires a Secrets management solution compatible with your GitOps workflow.
|
||||||
|
|
||||||
Follow the official Azure documentation for [Creating an Image Pull Secret for ACR](https://docs.microsoft.com/en-us/azure/container-registry/container-registry-auth-kubernetes).
|
Follow the official Azure documentation for [Creating an Image Pull Secret for ACR](https://docs.microsoft.com/en-us/azure/container-registry/container-registry-auth-kubernetes).
|
||||||
|
|
||||||
|
|
@ -941,4 +942,5 @@ Update the `ImageRepository.spec.secretRef` to point to it.
|
||||||
|
|
||||||
It is also possible to create [Repository Scoped Tokens](https://docs.microsoft.com/en-us/azure/container-registry/container-registry-repository-scoped-permissions).
|
It is also possible to create [Repository Scoped Tokens](https://docs.microsoft.com/en-us/azure/container-registry/container-registry-repository-scoped-permissions).
|
||||||
|
|
||||||
!!! Note that this feature is in preview and does have limitations.
|
!!! warning
|
||||||
|
Repository Scoped Tokens are in preview and do have limitations.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue