Project structure: conf/authorized-keys.yamlΒΆ

Note

This file is rendered as a template. Refer to Conf files templating for more details.

Defines where SSH keys are stored on the cluster. These keys are used to give git push access to the cluster.

In the default configuration, it points to authorizedKeys of ssh-authorized-keys ConfigMap which is created when the cluster is created.

In order to add a new SSH key, see hasura ssh-key add.

configMapKeyRef:
  name: ssh-authorized-keys
  key: authorizedKeys

You can find the default file at conf/authorized-keys.yaml in the base repo.