Skip to content

Commit 18afe61

Browse files
committed
chore: updated readme
1 parent 014bb47 commit 18afe61

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ provider "argocd" {
5858
auth_token = "1234..." # env ARGOCD_AUTH_TOKEN
5959
# username = "admin" # env ARGOCD_AUTH_USERNAME
6060
# password = "foo" # env ARGOCD_AUTH_PASSWORD
61-
insecure = false # env ARGOCD_INSECURE
61+
insecure = false # env ARGOCD_INSECURE
6262
}
6363
6464
resource "argocd_project" "myproject" {
@@ -115,22 +115,22 @@ resource "argocd_project" "myproject" {
115115
]
116116
}
117117
sync_window {
118-
kind = "allow"
118+
kind = "allow"
119119
applications = ["api-*"]
120-
clusters = ["*"]
121-
namespaces = ["*"]
122-
duration = "3600s"
123-
schedule = "10 1 * * *"
124-
manual_sync = true
120+
clusters = ["*"]
121+
namespaces = ["*"]
122+
duration = "3600s"
123+
schedule = "10 1 * * *"
124+
manual_sync = true
125125
}
126126
sync_window {
127-
kind = "deny"
127+
kind = "deny"
128128
applications = ["foo"]
129-
clusters = ["in-cluster"]
130-
namespaces = ["default"]
131-
duration = "12h"
132-
schedule = "22 1 5 * *"
133-
manual_sync = false
129+
clusters = ["in-cluster"]
130+
namespaces = ["default"]
131+
duration = "12h"
132+
schedule = "22 1 5 * *"
133+
manual_sync = false
134134
}
135135
}
136136
}

0 commit comments

Comments
 (0)