-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update README.md * add and build infra omni chart * infer registry endpoint from kubernetes services - add label 'infrahq.com/flavor' * mount secrets as files * fix mounts when mount names * include registry by default * typo * s/flavor/component/ * update NOTES.txt * Update README.md * remove registry enabled flag * more readme updates * remove unused files * s/Secret/ApiKey/ - verify api key length * move helm/charts/registry to helm/charts/infra * readme * update dev workflow * fix helm lint * makefile: switch docker-desktop namespace * typo * readme * kubernetes.md: infrahq namespace * update helm.md * more doco
- Loading branch information
Showing
35 changed files
with
740 additions
and
412 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
image: | ||
tag: $IMAGE_TAG | ||
pullPolicy: Never | ||
|
||
config: | ||
sources: | ||
- kind: okta | ||
domain: $OKTA_DOMAIN | ||
clientId: $OKTA_CLIENT_ID | ||
clientSecret: $OKTA_SECRET/clientSecret | ||
apiToken: $OKTA_SECRET/apiToken | ||
|
||
engine: | ||
name: docker-desktop | ||
image: | ||
tag: $IMAGE_TAG | ||
pullPolicy: Never | ||
service: | ||
ports: | ||
- name: https | ||
port: 8443 | ||
targetPort: 443 |
Oops, something went wrong.