mirror of
https://github.com/marcel-dempers/docker-development-youtube-series.git
synced 2025-06-06 17:01:30 +00:00
WIP - injector examples
This commit is contained in:
parent
aebfab763c
commit
f2c3647b7d
5
hashicorp/readme.md
Normal file
5
hashicorp/readme.md
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# Hashicorp Vault Guide
|
||||||
|
|
||||||
|
# Vault
|
||||||
|
|
||||||
|
For the exact files I used during my video guide, refer to commit:
|
@ -32,7 +32,7 @@ spec:
|
|||||||
- name: AGENT_INJECT_LOG_LEVEL
|
- name: AGENT_INJECT_LOG_LEVEL
|
||||||
value: "info"
|
value: "info"
|
||||||
- name: AGENT_INJECT_VAULT_ADDR
|
- name: AGENT_INJECT_VAULT_ADDR
|
||||||
value: http://vault-example:8200
|
value: https://vault-example:8200
|
||||||
- name: AGENT_INJECT_VAULT_IMAGE
|
- name: AGENT_INJECT_VAULT_IMAGE
|
||||||
value: "vault:1.3.1"
|
value: "vault:1.3.1"
|
||||||
- name: AGENT_INJECT_TLS_AUTO
|
- name: AGENT_INJECT_TLS_AUTO
|
||||||
|
4
hashicorp/vault/injector/kind.yaml
Normal file
4
hashicorp/vault/injector/kind.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
|
||||||
|
# #https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/
|
||||||
|
|
||||||
|
#kind create cluster --name vault --image kindest/node:v1.17.0@sha256:9512edae126da271b66b990b6fff768fbb7cd786c7d39e86bdf55906352fdf62 --config kind.yaml
|
@ -3,7 +3,8 @@ kind: PersistentVolumeClaim
|
|||||||
metadata:
|
metadata:
|
||||||
name: vault-claim
|
name: vault-claim
|
||||||
spec:
|
spec:
|
||||||
storageClassName: hostpath
|
storageClassName: standard
|
||||||
|
#storageClassName: hostpath
|
||||||
accessModes:
|
accessModes:
|
||||||
- ReadWriteOnce
|
- ReadWriteOnce
|
||||||
resources:
|
resources:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user