Skip to content

Commit 95897c1

Browse files
committed
Comment how to get creds for deployment
1 parent 750fd22 commit 95897c1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Platform Engineering
33
linkTitle: Platform Engineering
4-
description: We're experts at building cloud native platforms for large organizations with multiple software engineering teams.
4+
description: We are experts at building cloud native platforms for large organizations with multiple software engineering teams.
55
weight: 30
66
---

deploy

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
docker build --tag quay.io/openinfra/website:latest -f Dockerfile.nginx .
2+
3+
# Push requries credentials, get them with:
4+
# docker login -u="openinfra+pusher" -p="$(vault kv get -format=json secret/deploy/quay/pusher | jq -r .data.data.password)" quay.io
25
docker push quay.io/openinfra/website:latest
6+
7+
# Restarting the deployment requires credentials, get them with:
8+
# ~/workspace/holos/workflows/scripts/kubeconfig-merge
39
KUBECONFIG=${HOME}/.kube/core1 kubectl -n website rollout restart deployment website

0 commit comments

Comments
 (0)