Skip to content

Commit faee908

Browse files
committed
fixes
1 parent 3d7922f commit faee908

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

content/about/benefits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Benefits of Template Operator
22

3-
Template Operator allows admins and platform teams to define reusable YAML templates for namespace resources (like Namespaces, RBAC, NetworkPolicies, ResourceQuotas, etc.), which the operator will render and apply when namespaces are created or updated. It also supports copying of secret and configMap from a particular namespaces to multiple namespaces selected via labels.
3+
Template Operator allows admins and platform teams to define reusable YAML templates for namespace resources (like Namespaces, RBAC, NetworkPolicies, ResourceQuotas, etc.), which the operator will render and apply when namespaces are created or updated. It also supports copying of secret and configMap from a particular namespace to multiple namespaces selected via labels.
44

55
## 🔹 1. Consistency Across Namespaces
66

content/kubernetes-resources/how-to-guides/deploying-private-helm-charts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ resources:
1919
chart:
2020
repository:
2121
name: random-chart
22-
repoUrl: 'oci://ghcr.io/stakater/charts/random-chart'
22+
repoUrl: "oci://ghcr.io/stakater/charts/random-chart"
2323
version: 0.0.15
2424
password:
2525
key: password

content/kubernetes-resources/how-to-guides/distributing-secrets-using-sealed-secret-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ resources:
3030
3131
Once the template has been created, Bill has to put unique label on namespaces in which the secrets have to be deployed.
3232
33-
Bill has added support for a new label `distribute-image-pull-secret: true"` for tenant projects/namespaces, now Template Operator will add that label depending on the used field.
33+
Bill has added support for a new label `distribute-image-pull-secret: true` for tenant projects/namespaces, now Template Operator will add that label depending on the used field.
3434

3535
Finally, Bill creates a `ClusterTemplateInstance` which will deploy the Sealed Secrets using the newly created project label and template:
3636

0 commit comments

Comments
 (0)