- helm/fission-values.yaml: storageType=s3, bucket=sless-functions, endPoint=https://s3.msk-1.ngcloud.ru - helm/fission-values-pv.yaml: сохранён PV конфиг для быстрого возврата - helm/fission-s3-secret.yaml: credentials (в .gitignore, не в репо) - .gitignore: добавлен helm/fission-s3-secret.yaml Возврат на PV: kubectl delete deploy executor router storagesvc -n fission helm upgrade fission ... -f helm/fission-values-pv.yaml --no-hooks
27 lines
362 B
Plaintext
27 lines
362 B
Plaintext
# Terraform
|
|
.terraform/
|
|
*.tfstate
|
|
*.tfstate.*
|
|
*.tfvars
|
|
|
|
# Go
|
|
bin/
|
|
*.test
|
|
*.out
|
|
|
|
# Compiled function binaries (generated, not versioned)
|
|
examples/*/dist/
|
|
|
|
# Provider binaries
|
|
terraform-provider-fission
|
|
terraform-provider-fission_*
|
|
console/fission-console
|
|
|
|
# Secrets / tokens
|
|
token.txt
|
|
helm/fission-s3-secret.yaml
|
|
|
|
# Test logs
|
|
test-results/
|
|
scripts/test_layer1.sh
|