Skip to content

Instantly share code, notes, and snippets.

### Use a secret instead of a publicly accessible URL for the ACL
### of valid users.
customers_secret: true
### Enable only if using AWS ECR
enable_ecr: true
## Ingress into OpenFaaS Cloud
### Keep active if using a cluster with a LoadBalancer available.
### Use a secret instead of a publicly accessible URL for the ACL
### of valid users.
customers_secret: true
### Enable only if using AWS ECR
enable_ecr: true
## Ingress into OpenFaaS Cloud
### Keep active if using a cluster with a LoadBalancer available.
secrets:
- name: s3-secret-key
literals:
- name: s3-secret-key
filters:
- "default"
namespace: "openfaas-fn"
- name: s3-access-key
literals:
- name: s3-access-key
@Waterdrips
Waterdrips / example-chart-output.yaml
Created November 13, 2019 19:37
chart example output
# Source: openfaas-cloud/templates/edge-auth-svc.yaml
apiVersion: v1
kind: Service
metadata:
name: edge-auth
labels:
app: edge-auth
spec:
type: ClusterIP
ports:
---
# Source: openfaas-cloud/templates/edge-auth.yaml
apiVersion: apps/v1
kind: Deployment
metadata:
name: edge-auth
labels:
app.kubernetes.io/name: openfaas-cloud
app.kubernetes.io/managed-by: Tiller
app.kubernetes.io/instance: turbulent-turkey

Keybase proof

I hereby claim:

  • I am waterdrips on github.
  • I am waterdrip (https://keybase.io/waterdrip) on keybase.
  • I have a public key ASAAPfzscuH4XJ4XhEzWF49_a_H4z7POkJgRJtJKm9EugQo

To claim this, I am signing this object:

2019/05/30 08:41:41 [INFO] Terraform version: 0.12.0
2019/05/30 08:41:41 [INFO] Go runtime version: go1.12.5
2019/05/30 08:41:41 [INFO] CLI args: []string{"/usr/local/bin/terraform", "apply"}
2019/05/30 08:41:41 [DEBUG] Attempting to open CLI config file: /Users/alistairhey/.terraformrc
2019/05/30 08:41:41 Loading CLI configuration from /Users/alistairhey/.terraformrc
2019/05/30 08:41:41 [INFO] CLI command args: []string{"apply"}
panic: value is unknown
goroutine 1 [running]:
github.com/hashicorp/terraform/vendor/github.com/zclconf/go-cty/cty.Value.AsString(...)