Skip to content

Commit 58c0ebd

Browse files
committed
fix: incorrect Japanese translation
Signed-off-by: shunki-fujita <[email protected]>
1 parent ce8a338 commit 58c0ebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/ja/docs/tasks/inject-data-application/define-environment-variable-container.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Podを作成するとき、そのPodで実行するコンテナに環境変数
7676
{{< /note >}}
7777

7878
{{< note >}}
79-
環境変数は相互に参照でき、循環して使用可能です。使用する前に順序に注意してください
79+
環境変数は互いに参照することができますが、順序が重要です。同じコンテキストで定義されている他の変数を使用する場合は、その変数をリストの後に配置する必要があります。同様に、循環参照は避けてください
8080
{{< /note >}}
8181

8282
## 設定の中で環境変数を使用する {#using-environment-variables-inside-of-your-config}

0 commit comments

Comments
 (0)