feat(dev): okteto integration

This commit is contained in:
syuilo 2022-05-15 16:39:23 +09:00
parent b21b058005
commit 9783f2de67
8 changed files with 300 additions and 1 deletions

View file

@ -0,0 +1,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ include "misskey.fullname" . }}-config-file
data:
default.yml: |-
{{ .Files.Get "files/default.yml"|indent 4 }}