treasuremap/manifests/type/multi-tenant/phases
Pallav Gupta fa3e113ced Fix validation doc gate
Currently validation doc gate is doing nothing and it skips
all sites present in treasuremap. This PS fixes validation doc
gate.

Closes #198

Change-Id: I48b35248636a22a8971757687a6325a365db96ad
2021-08-30 15:04:35 +00:00
..
README.md Add Phases for deploying network policy 2021-04-30 18:25:12 +00:00
cluster_map_patch.yaml Update LMA sub-cluster CAPI namespace 2021-06-28 20:13:50 +00:00
executors.yaml Fix validation doc gate 2021-08-30 15:04:35 +00:00
kustomization.yaml Fix validation doc gate 2021-08-30 15:04:35 +00:00
phases.yaml Fix validation doc gate 2021-08-30 15:04:35 +00:00
plan-patch.yaml Fix validation doc gate 2021-08-30 15:04:35 +00:00
workload-config.yaml Deliver ViNo CR in multi-tenant type Airship Phase 2021-04-23 13:36:31 -05:00

README.md

Phases for multi-tenant type

Phases defined in multi-tenant are available for use by sites that inherit type mulit-tenant.

Airshipctl phase command

For deploying calico network v3 policies, a phase named deliver-network-policy is defined with its executor and configMap settings.

To deploy network policy using airshipctl, do

airshipctl phase run deliver-network-policy where deliver-network-policy is the phase name.

For deleting network policy, a phase named delete-network-policy is defined with its executor and configMap settings.

To delete network policy using airshipctl, do

airshipctl phase run delete-network-policy where delete-network-policy is the phase name.