You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add workspace config to kargo instance and kargo agent (#325)
This implements improvements based on the commits in
#323, enabling more
fine-grained workspace config for the resources. Otherwise, different
resources in the terraform file would need to be in the same workspace
to function properly.
---------
Co-authored-by: steve <[email protected]>
Copy file name to clipboardExpand all lines: docs/data-sources/kargo_instance.md
+1
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,7 @@ data "akp_kargo_instance" "example" {
31
31
-`kargo` (Attributes) Specification of the Kargo instance (see [below for nested schema](#nestedatt--kargo))
32
32
-`kargo_cm` (Map of String) ConfigMap to configure system account accesses. The usage can be found in the examples/resources/akp_kargo_instance/resource.tf
33
33
-`kargo_secret` (Map of String) Secret to configure system account accesses. The usage can be found in the examples/resources/akp_kargo_instance/resource.tf
34
+
-`workspace` (String) Workspace name for the Kargo instance
-`kargo_cm` (Map of String) ConfigMap to configure system account accesses. The usage can be found in the examples/resources/akp_kargo_instance/resource.tf
130
131
-`kargo_secret` (Map of String, Sensitive) Secret to configure system account accesses. The usage can be found in the examples/resources/akp_kargo_instance/resource.tf
132
+
-`workspace` (String) Workspace name for the Kargo instance
0 commit comments