treasuremap/manifests/type/multi-tenant/phases
Ian Howell ab02dee4e0 Add workload-config-target phase
Change-Id: I41f1e8e36321d2ac13a7947a635c41f81eded0b0
2021-06-09 08:27:51 -05:00
..
README.md Add Phases for deploying network policy 2021-04-30 18:25:12 +00:00
cluster_map_patch.yaml Add LMA sub-cluster 2021-05-06 19:44:03 +00:00
executors.yaml Add Phases for deploying network policy 2021-04-30 18:25:12 +00:00
kustomization.yaml Adding a place for external secrets to be stored on site level 2021-05-20 05:34:19 +00:00
phases.yaml Add workload-config-target phase 2021-06-09 08:27:51 -05:00
validation-config.yaml Adding a place for external secrets to be stored on site level 2021-05-20 05:34:19 +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.