An open API service indexing awesome lists of open source software.

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

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)