Andrii Ostapenko 64b5401aa2
Pass GOPROXY to image build from environment and job
Change-Id: I9f9ce1853aeee0f832c458587fdc8fb9de5566ed
Signed-off-by: Andrii Ostapenko <andrii.ostapenko@att.com>
2021-06-09 18:51:08 -05:00
..

Validation

This is a KRM function which implementing a validation function against kubeval.

Function implementation

The function is implemented as an image, and built using make image.

Function configuration

A number of settings can be modified for kubeval in the struct Spec. See the Config struct definition in main.go for documentation.

Function invocation

The function by running validate command via airshipctl:

airshipctl phase validate <phase_name>

This exists non-zero if kubeval detects an invalid Resource.