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
- id: 'Download policies'
# This step fetches the policies from the Anthos Config Management repository
# and consolidates every resource in a single file.
name: 'gcr.io/kpt-dev/kpt'
entrypoint: '/bin/sh'
args: ['-c', 'kpt pkg get https://github.com/GoogleCloudPlatform/anthos-config-management-samples.git/ci-app/acm-repo/[email protected] constraints
&& kpt fn source constraints/ hydrated-manifests/ > hydrated-manifests/kpt-manifests.yaml']
The text was updated successfully, but these errors were encountered:
mathieu-benoit
changed the title
Add a parameter to grab external Policies Constraint and ConstratingTemplate resources
Add a parameter to grab external Policies Constraint and ConstraintTemplate resources
Feb 28, 2022
mathieu-benoit
changed the title
Add a parameter to grab external Policies Constraint and ConstraintTemplate resources
Get external Policies Constraint and ConstraintTemplate resources
Mar 1, 2022
In GitHub actions (in template repo), add a way to grab additional
Constraint
andConstraintTemplate
resources from an external repo.Take inspiration of this like illustrated here:
The text was updated successfully, but these errors were encountered: