Git secrets and redirect middleware
This commit is contained in:
@@ -0,0 +1 @@
|
||||
kubectl get secret -n $1 $2 --template={{.data.$3}} | base64 -d | xclip -selection c
|
||||
@@ -0,0 +1,8 @@
|
||||
apiVersion: traefik.containo.us/v1alpha1
|
||||
kind: Middleware
|
||||
metadata:
|
||||
name: redirect
|
||||
spec:
|
||||
redirectScheme:
|
||||
scheme: https
|
||||
permanent: true
|
||||
Reference in New Issue
Block a user