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
Template provides a declarative definition of a policy, which can be used to apply custom constraints on managed kubernetes resources.
281
-
Custom policy consumes these declared custom templates to enforce specific policies. One must create the custom template before consuming it the custom policy.
281
+
Custom policy consumes these declared custom templates to enforce specific policies. One must create the [custom template][custom-policy-template] before consuming it in the custom policy.
282
282
Please refer to custom policy template and custom policy terraform scripts within examples.
// NOTE: If error is 404 not found then do not fail the planning. This fix ensures that if user tries to create the new custom template
122
+
// and assign the same template to the custom policy in a single terraform apply operation will be able to proceed, instead of failing in the planning phase.
Template provides a declarative definition of a policy, which can be used to apply custom constraints on managed kubernetes resources.
47
-
Custom policy consumes these declared custom templates to enforce specific policies. One must create the custom template before consuming it the custom policy.
47
+
Custom policy consumes these declared custom templates to enforce specific policies. One must create the [custom template][custom-policy-template] before consuming it in the custom policy.
48
48
Please refer to custom policy template and custom policy terraform scripts within examples.
0 commit comments