From 5c7d9835262bcd686029f883eb0485eea5bda2f5 Mon Sep 17 00:00:00 2001 From: Young Bu Park Date: Wed, 24 Jun 2020 15:31:41 -0700 Subject: [PATCH] reanme default config to daprsystem config (#658) --- howto/configure-mtls/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/howto/configure-mtls/README.md b/howto/configure-mtls/README.md index d659690cd..39ce570d4 100644 --- a/howto/configure-mtls/README.md +++ b/howto/configure-mtls/README.md @@ -19,7 +19,7 @@ The following file shows all the available settings for mTLS in a configuration apiVersion: dapr.io/v1alpha1 kind: Configuration metadata: - name: default + name: daprsystem namespace: default spec: mtls: @@ -28,7 +28,7 @@ spec: allowedClockSkew: "15m" ``` -The file here shows the default configuration settings. The examples below show you how to change and apply this configuration to Sentry in Kubernetes and Self hosted modes. +The file here shows the default `daprsystem` configuration settings. The examples below show you how to change and apply this configuration to Sentry in Kubernetes and Self hosted modes. ## Kubernetes @@ -41,12 +41,12 @@ Depending on how you install Dapr, this resource may reside in the `default` nam You can view the configuration resource with the following command: -`kubectl get configurations/default --namespace -o yaml`. +`kubectl get configurations/daprsystem --namespace -o yaml`. To make changes to the configuration resource, you can run the following command to edit it: ``` -kubectl edit configurations/default --namespace +kubectl edit configurations/daprsystem --namespace ``` Once the changes are saved, perform a rolling update to the control plane: @@ -169,7 +169,7 @@ When running Dapr in self hosted mode, mTLS is disabled by default. you can enab apiVersion: dapr.io/v1alpha1 kind: Configuration metadata: - name: default + name: daprsystem namespace: default spec: mtls: @@ -196,7 +196,7 @@ Here's an example of a configuration for Sentry that changes the workload cert T apiVersion: dapr.io/v1alpha1 kind: Configuration metadata: - name: default + name: daprsystem namespace: default spec: mtls: