Skip to content

Instantly share code, notes, and snippets.

@socketwench
socketwench / deploy.yml
Created June 22, 2021 13:18
Flight Deck Cluster ingress with HTTPAuth
---
- hosts: stage
vars:
flightdeck_cluster:
namespace: "example-com"
secrets:
- name: "ingress-auth"
data:
- name: "auth"
value: "{{ lookup('file', _run_temp_dir.path + '/.htpasswd' )}}"