
* Change templater image tag from dev to latest * Change replacement-transformer image tag from dev to latest * Change Makefile to build images with tag latest Change-Id: Iff074d6fe771cce48dae7190fbc69cc437138817 Signed-off-by: Sreejith Punnapuzha <sreejith.punnapuzha@outlook.com>
26 lines
678 B
YAML
26 lines
678 B
YAML
apiVersion: airshipit.org/v1alpha1
|
|
kind: Templater
|
|
metadata:
|
|
name: env-vars-template
|
|
labels:
|
|
airshipit.org/deploy-k8s: "false"
|
|
annotations:
|
|
config.kubernetes.io/function: |-
|
|
container:
|
|
image: quay.io/airshipit/templater:latest
|
|
template: |
|
|
---
|
|
apiVersion: airshipit.org/v1alpha1
|
|
kind: VariableCatalogue
|
|
metadata:
|
|
labels:
|
|
airshipit.org/deploy-k8s: "false"
|
|
name: env-vars-catalogue
|
|
env:
|
|
HTTP_PROXY: '{{ env "HTTP_PROXY" }}'
|
|
HTTPS_PROXY: '{{ env "HTTPS_PROXY" }}'
|
|
http_proxy: '{{ env "http_proxy" }}'
|
|
https_proxy: '{{ env "https_proxy" }}'
|
|
NO_PROXY: '{{ env "NO_PROXY" }}'
|
|
no_proxy: '{{ env "no_proxy" }}'
|