diff --git a/docs/kubernetes/ssl-certificates/secret-replicator.md b/docs/kubernetes/ssl-certificates/secret-replicator.md index 6671b6e..bbc9651 100644 --- a/docs/kubernetes/ssl-certificates/secret-replicator.md +++ b/docs/kubernetes/ssl-certificates/secret-replicator.md @@ -127,7 +127,7 @@ Note that the following values changed from default, above: Lastly, having set the scene above, we define the HelmRelease which will actually deploy the secret-replicator controller into the cluster, with the config we defined above. I save this in my flux repo: - ```yaml title="/secret-replicator/helmrelease-secret-replicator.yaml" +```yaml title="/secret-replicator/helmrelease-secret-replicator.yaml" apiVersion: helm.toolkit.fluxcd.io/v2beta1 kind: HelmRelease metadata: @@ -149,7 +149,7 @@ spec: - kind: ConfigMap name: secret-replicator-helm-chart-value-overrides valuesKey: values.yaml # This is the default, but best to be explicit for clarity - ``` +``` --8<-- "kubernetes-why-not-config-in-helmrelease.md"