https://github.com/daanv2/argocd-scifi-style
A basis for a scifi theme for argocd
https://github.com/daanv2/argocd-scifi-style
argo-cd argocd css custom-style
Last synced: 8 months ago
JSON representation
A basis for a scifi theme for argocd
- Host: GitHub
- URL: https://github.com/daanv2/argocd-scifi-style
- Owner: DaanV2
- Created: 2023-07-12T21:02:50.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-22T14:02:29.000Z (about 2 years ago)
- Last Synced: 2025-01-08T18:54:39.605Z (9 months ago)
- Topics: argo-cd, argocd, css, custom-style
- Language: CSS
- Homepage:
- Size: 406 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Argo-cd Scifi Style
## Installation
There are multiple ways to install this style.
### 1. ConfigMap
```yaml
apiVersion: v1
kind: ConfigMap
metadata:
...
name: argocd-cm
data:
ui.cssurl: "https://raw.githubusercontent.com/DaanV2/argocd-scifi-style/main/styles.css"
```### 2. Helm values.yaml
```yaml
server:
...
config:
...
ui.cssurl: "https://raw.githubusercontent.com/DaanV2/argocd-scifi-style/main/styles.css"
```### 3. Argocd Volume Mount
[documentation](https://argo-cd.readthedocs.io/en/stable/operator-manual/custom-styles/#argocd-styles-cm)