Add credentials for the armada script on genesis

This should return the script to a functioning state to facilitate
development and testing.

Change-Id: Ic01ce99f30c40f825faebcf08f2f33ccb071bc28
This commit is contained in:
Mark Burnett 2018-01-22 13:22:56 -06:00
parent 0a0d02b238
commit 17d43d40dc
4 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,20 @@
---
apiVersion: v1
clusters:
- cluster:
server: https://localhost:6443
certificate-authority: pki/cluster-ca.pem
name: kubernetes
contexts:
- context:
cluster: kubernetes
user: armada
name: armada@kubernetes
current-context: armada@kubernetes
kind: Config
preferences: {}
users:
- name: armada
user:
client-certificate: pki/armada.pem
client-key: pki/armada-key.pem

View File

@ -0,0 +1 @@
{{ config.get(schema='deckhand/CertificateKey/v1', name='armada') }}

View File

@ -0,0 +1 @@
{{ config.get(schema='deckhand/Certificate/v1', name='armada') }}

View File

@ -0,0 +1 @@
{{ config.get(schema='deckhand/CertificateAuthority/v1', name='kubernetes') }}