Skip to content

Commit bd433e4

Browse files
Merge pull request #67 from samueltauil/main
Add anchor links for each principle
2 parents c4a016f + dd702b2 commit bd433e4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: PRINCIPLES.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@ These principles are derived from modern software operations, but are also roote
55

66
The [desired state](./GLOSSARY.md#desired-state) of a GitOps managed system must be:
77

8-
1. **Declarative**
8+
- ## Declarative
99

1010
A [system](./GLOSSARY.md#software-system) managed by GitOps must have its desired state expressed [declaratively](./GLOSSARY.md#declarative-description).
1111

12-
2. **Versioned and Immutable**
12+
- ## Versioned and Immutable
1313

1414
Desired state is [stored](./GLOSSARY.md#state-store) in a way that enforces immutability, versioning and retains a complete version history.
1515

16-
3. **Pulled Automatically**
16+
- ## Pulled Automatically
1717

1818
Software agents automatically pull the desired state declarations from the source.
1919

20-
4. **Continuously Reconciled**
20+
- ## Continuously Reconciled
2121

2222
Software agents [continuously](./GLOSSARY.md#continuous) observe actual system state and [attempt to apply](./GLOSSARY.md#reconciliation) the desired state.
2323

0 commit comments

Comments
 (0)