-
Notifications
You must be signed in to change notification settings - Fork 0
/
pipe.yml
40 lines (40 loc) · 917 Bytes
/
pipe.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
name: Helmfile AWS EKS Bitbucket Pipelines Pipe
image: ecivis/helmfile-aws-eks:0.0.8
description: Use Helmfile to sync a Helm chart to an AWS EKS cluster
category: Deployment
repository: https://github.com/ecivis/helmfile-aws-eks
vendor:
name: eCivis
website: https://ecivis.com
maintainer:
name: Joseph Lamoree
website: https://ecivis.com
tags:
- bitbucket-pipelines
- pipes
- bash
- helmfile
- helm
- aws
- eks
variables:
- name: AWS_REGION
default: <required>
- name: AWS_ACCESS_KEY_ID
default: <required>
- name: AWS_SECRET_ACCESS_KEY
default: <required>
- name: TARGET_ROLE_ARN
default: ""
- name: HELMFILE_ENVIRONMENT
default: <required>
- name: CHART_PATH
default: <required>
- name: CLUSTER_NAME
default: <required>
- name: KUBECTL_CONTEXT
default: <required>
- name: CHART_OVERRIDES
default: []
- name: DEBUG
default: "false"