Skip to content

Commit 5e7c4a0

Browse files
Update rendered RFCs (#303)
Co-authored-by: pipo02mix <[email protected]>
1 parent b50ecd3 commit 5e7c4a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/docs/rfcs/merging-configmaps-gitops/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ spec:
8383
or should be left empty to be later populated by either `app-admission-controller`, upon submission, or `app-operator`, upon
8484
reconciliation. Using this field to provide other values may result in the mis-configuration of certain apps.**
8585

86-
The values coming from these fields are merged based on their priority, see the [App Platform configuration](https://docs.giantswarm.io/tutorials/fleet-management/app-platform/app-configuration/). Both, the `.spec.config` and `.spec.userConfig`,
86+
The values coming from these fields are merged based on their priority, see the [App Platform configuration](https://docs.giantswarm.io/developer-platform/app-platform/app-configuration/). Both, the `.spec.config` and `.spec.userConfig`,
8787
fields get the fixed priorities, making their place in the hierarchy fixed as well, while the `.spec.extraConfigs` memebers
8888
priorities are configurable.
8989

content/docs/rfcs/multi-layer-app-config/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ toc_hide: true
1212
## Intro
1313

1414
Our current app delivery mechanism is by using App CRs. Currently, App CRs allow for
15-
[two layers](https://docs.giantswarm.io/tutorials/fleet-management/app-platform/app-configuration/). So far it was good enough to have these 2
15+
[two layers](https://docs.giantswarm.io/app-platform/app-configuration/). So far it was good enough to have these 2
1616
layers, but with our introduction of GitOps with Flux, this is starting to be a limiting factor.
1717

1818
Basically, the problem starts when we have more than 2 layers (a base and an override) of configuration in a GitOps

0 commit comments

Comments
 (0)