Skip to content

Commit 04c41cb

Browse files
committed
apply suggestion
1 parent 4dcbe54 commit 04c41cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/ja/docs/tasks/configmap-secret/managing-secret-using-config-file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ data:
6060
6161
{{< note >}}
6262
SecretデータのシリアライズされたJSONおよびYAMLの値は、base64文字列としてエンコードされます。
63-
文字列の中の改行は不正で、含まれていてはなりません。
63+
文字列中の改行は不正で、含まれていてはなりません。
6464
Darwin/macOSで`base64`ユーティリティーを使用する場合、長い行を分割するために`-b`オプションを使用するのは避けるべきです。
6565
逆に、Linux ユーザーは、`base64` コマンドにオプション`-w 0`を追加するか、`-w`オプションが利用できない場合には、パイプライン`base64 | tr -d '\n'`を追加する*必要があります*。
6666
{{< /note >}}

0 commit comments

Comments
 (0)