This is a revert of 1da5a removing actual deployments and keeping only the dev environment in Tilt. The clean-up was a bit heavy handed. We should keep the Helm chart to the development repository and move away only the deployment configuration.
8 lines
144 B
YAML
8 lines
144 B
YAML
apiVersion: core.libre.sh/v1alpha1
|
|
kind: Redis
|
|
metadata:
|
|
name: redis
|
|
namespace: {{ .Release.Namespace | quote }}
|
|
spec:
|
|
disableAuth: false
|