Add encryption to gates

This commit fixes validate site by introducing the encryption mechanism

Signed-off-by: Sreejith Punnapuzha <Sreejith.Punnapuzha@outlook.com>
Change-Id: I01f6aa7ddfee16b06b40f6bfa06b2192a7931cd3
This commit is contained in:
Sreejith Punnapuzha 2021-01-15 09:52:17 -06:00 committed by Sirajudeen
parent fa04ecc548
commit 0b2c9925bf

View File

@ -11,6 +11,8 @@
# limitations under the License.
- hosts: primary
vars_files:
- vars/test-config.yaml
environment:
SOPS_IMPORT_PGP: "{{ airship_config_pgp }}"
tasks: