You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Helm chart for deploying a dev environment inside a K8S cluster that is compatible with Visual Studio Code remote targets
6
6
@@ -14,18 +14,25 @@ A Helm chart for deploying a dev environment inside a K8S cluster that is compat
14
14
15
15
| Key | Type | Default | Description |
16
16
|-----|------|---------|-------------|
17
+
| authorizedKeys | string |`nil`| A set of authorized public keys that will be trusted for logging in as developer, when specified this will overwrite the /etc/dropbear/authorized_keys contents with the value specified here on every pod-restart |
18
+
| existingAuthorizedKeySecretName | string |`nil`| secret that is not managed by helm that holds the authorized keys property, when a value is specified this overrides using the authorizedKys |
19
+
| existingAuthorizedKeySecretProperty | string |`"public-keys"`| property on the existing secret holding the authorized keys value |
# -- property on the existing secret holding the authorized keys value
13
+
existingAuthorizedKeySecretProperty: public-keys
14
+
# -- A set of authorized public keys that will be trusted for logging in as developer, when specified this will overwrite the /etc/dropbear/authorized_keys contents with the value specified here on every pod-restart
0 commit comments